update dependencies#659
Conversation
🦋 Changeset detectedLatest commit: 3579d12 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Claude Code ReviewMCP SDK Migration: 1.21.0 → 1.22.0 Issues Found1. Type Safety: Missing
|
commit: |
13c02d4 to
978a358
Compare
470181b to
1617849
Compare
This sync updates the documentation to reflect the breaking API change
in @modelcontextprotocol/sdk v1.22.0, which changed tool registration
from:
server.tool(name, description, schema, handler)
to:
server.registerTool(name, { description, inputSchema }, handler)
Updated files:
- model-context-protocol/mcp-agent-api.mdx
- model-context-protocol/tools.mdx
- model-context-protocol/authorization.mdx
- model-context-protocol/mcp-handler-api.mdx
- x402.mdx
Synced from cloudflare/agents PR #659
cloudflare/agents#659
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
No description provided.