Update @modelcontextprotocol/sdk to 1.23.0 in TypeScript servers (#3065)

Update the SDK from ^1.19.1 to ^1.23.0 in all TypeScript reference servers:
- everything
- filesystem
- memory
- sequentialthinking

Also update everything server for SDK breaking changes:
- Update zod to ^3.25.0 (zod v4 compatibility)
- Fix ToolInput/ToolOutput types to use Tool["inputSchema"] instead of
  inferring from zod schemas
- Fix result.content handling to support array format

Co-authored-by: Felix Weinberger <3823880+felixweinberger@users.noreply.github.com>
This commit is contained in:
adam jones
2025-11-26 12:32:37 +00:00
committed by GitHub
parent 80a16e5e95
commit 3154518344
6 changed files with 1497 additions and 365 deletions

View File

@@ -20,7 +20,7 @@
"test": "vitest run --coverage"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.19.1"
"@modelcontextprotocol/sdk": "^1.23.0"
},
"devDependencies": {
"@types/node": "^22",