Skip to content

fix: cap mcp below 2.0 — 2.0.0 removes Tool.inputSchema - #40

Merged
skishchampi merged 1 commit into
mainfrom
fix/cap-mcp-below-2
Aug 9, 2026
Merged

fix: cap mcp below 2.0 — 2.0.0 removes Tool.inputSchema#40
skishchampi merged 1 commit into
mainfrom
fix/cap-mcp-below-2

Conversation

@skishchampi

Copy link
Copy Markdown
Contributor

CI is red on every PR since mcp 2.0.0 released: it removes Tool.inputSchema, failing 8 tool-schema tests on all six matrix legs (AttributeError: 'Tool' object has no attribute 'inputSchema'). Main's last green run predates the release (2026-07-08); the local lock is at 1.28.0, which is why local suites pass.

One-line cap mcp>=1.0.0,<2 until the code is migrated to the 2.x API. Migration to mcp 2.x should be its own tracked task.

Unblocks #39.

mcp 2.0.0 (released after the last green main CI on 2026-07-08) breaks
the tool-schema tests: Tool no longer exposes inputSchema. CI installs
latest and fails on all six matrix legs; the lock is at 1.28.0. Cap at
<2 until the code is migrated to the 2.x API.
@skishchampi
skishchampi merged commit d1bbaf9 into main Aug 9, 2026
8 checks passed
@skishchampi
skishchampi deleted the fix/cap-mcp-below-2 branch August 9, 2026 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant