Use lenient MCP output schema validator (#13521)

This commit is contained in:
cornmander
2025-11-20 16:51:25 -05:00
committed by GitHub
parent 8e531dc029
commit 9937fb2220
8 changed files with 57 additions and 13 deletions

View File

@@ -31,7 +31,7 @@
"@google/gemini-cli-core": "file:../core",
"@google/genai": "1.30.0",
"@iarna/toml": "^2.2.5",
"@modelcontextprotocol/sdk": "^1.15.1",
"@modelcontextprotocol/sdk": "^1.22.0",
"@types/update-notifier": "^6.0.8",
"ansi-regex": "^6.2.2",
"clipboardy": "^5.0.0",

View File

@@ -12,7 +12,7 @@
"@types/node": "^20.11.25"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.11.0",
"@modelcontextprotocol/sdk": "^1.22.0",
"zod": "^3.22.4"
}
}