Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/node/mcp_handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const inferenceInvocationHint = `To call an inference service, send a normal HTT

// DiscoverRemoteServicesParams defines the parameters for the discover_remote_services tool.
type DiscoverRemoteServicesParams struct {
Type string `json:"type" jsonschema:"Service type (mcp, inference, a2a)"`
Type string `json:"type" jsonschema:"Required. One of: mcp, inference, a2a."`
Comment thread
aojea marked this conversation as resolved.
Name string `json:"name,omitempty" jsonschema:"Optional service name. Omit to list all services of the given type."`
Limit int `json:"limit,omitempty" jsonschema:"Optional limit for pagination. Defaults to 20."`
Offset int `json:"offset,omitempty" jsonschema:"Optional offset for pagination. Defaults to 0."`
Expand Down
Loading