mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-17 23:53:24 +02:00
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:
@@ -20,7 +20,7 @@
|
||||
"test": "vitest run --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.19.1",
|
||||
"@modelcontextprotocol/sdk": "^1.23.0",
|
||||
"diff": "^5.1.0",
|
||||
"glob": "^10.3.10",
|
||||
"minimatch": "^10.0.1",
|
||||
|
||||
Reference in New Issue
Block a user