Skip to content

discover_remote_services requires type — cannot browse the whole swarm #322

Description

@moreWax

discover_remote_services requires type — cannot browse the whole swarm

DiscoverRemoteServicesParams.Type has no omitempty, so the JSON schema marks type required and a bare "what's out there?" call fails schema validation:

validating "arguments": validating root: required: missing properties: ["type"]

The tool description says "Provide only type to browse every reachable service of that type" — but there is no way to browse across types; clients must know to enumerate mcp, inference, (and a2a, which alpha.7 rejects) and merge. Consider making type optional (empty = all types), which matches the phone-book discovery model the rest of the mesh exposes.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions