Files
codewhale/crates
Hunter Bown 808e981f56 fix(mcp): paginate tools/resources/prompts discovery via nextCursor (#1250, #1256)
MCP servers are allowed by spec to paginate list responses. The old
implementation made a single request and stopped, silently dropping
subsequent pages. Servers that paginate at fewer items than their
total tool count (e.g. gbrain at 5 per page) would appear to expose
only those first few tools.

All four discovery methods now follow nextCursor until the server
signals no more pages, accumulating results across all pages:
  - discover_tools
  - discover_resources
  - discover_resource_templates
  - discover_prompts

Thanks to Liu-Vince for the original diagnosis and fix (PR #1256).
2026-05-09 00:11:51 -05:00
..
2026-05-08 18:17:44 -05:00
2026-05-08 18:17:44 -05:00
2026-05-08 18:17:44 -05:00
2026-05-08 18:17:44 -05:00
2026-05-08 18:17:44 -05:00