Skip to content

Conversation

@debedb
Copy link

@debedb debedb commented Aug 20, 2025

Summary

  • Updates @modelcontextprotocol/sdk from ^0.5.4 to ^1.1.2
  • Fixes type compatibility issues with new SDK version
  • Maintains backward compatibility for all existing functionality

Changes

  • package.json: Updated MCP SDK dependency to latest version
  • src/server.ts: Modified CallToolRequestSchema import to use z.infer type for compatibility with new SDK
  • src/tools/api/base.ts: Updated to accept new CallToolRequest type structure
  • package-lock.json: Added lockfile for consistent dependency resolution

Test plan

  • Build succeeds with TypeScript compilation
  • All existing API endpoints remain functional
  • MCP protocol compatibility maintained

🤖 Generated with Claude Code

Updates include:
- Updated @modelcontextprotocol/sdk from ^0.5.4 to ^1.1.2 in package.json
- Modified CallToolRequestSchema import in src/server.ts to use z.infer type
- Updated base API tool to accept new CallToolRequest type

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
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