Skip to content

Commit 958c9a3

Browse files
committed
Bump typescript-sdk version to 1.10.0 throughout
1 parent 92bf9ab commit 958c9a3

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

cli/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
},
2222
"devDependencies": {},
2323
"dependencies": {
24+
"@modelcontextprotocol/sdk": "^1.10.0",
2425
"commander": "^13.1.0",
2526
"spawn-rx": "^5.1.2"
2627
}

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test:watch": "jest --config jest.config.cjs --watch"
2424
},
2525
"dependencies": {
26-
"@modelcontextprotocol/sdk": "^1.9.0",
26+
"@modelcontextprotocol/sdk": "^1.10.0",
2727
"@radix-ui/react-checkbox": "^1.1.4",
2828
"@radix-ui/react-dialog": "^1.1.3",
2929
"@radix-ui/react-icons": "^1.3.0",

package-lock.json

Lines changed: 7 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@modelcontextprotocol/inspector-cli": "^0.10.0",
4242
"@modelcontextprotocol/inspector-client": "^0.10.0",
4343
"@modelcontextprotocol/inspector-server": "^0.10.0",
44-
"@modelcontextprotocol/sdk": "^1.9.0",
44+
"@modelcontextprotocol/sdk": "^1.10.0",
4545
"concurrently": "^9.0.1",
4646
"shell-quote": "^1.8.2",
4747
"spawn-rx": "^5.1.2",

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"typescript": "^5.6.2"
2828
},
2929
"dependencies": {
30-
"@modelcontextprotocol/sdk": "^1.9.0",
30+
"@modelcontextprotocol/sdk": "^1.10.0",
3131
"cors": "^2.8.5",
3232
"express": "^5.1.0",
3333
"ws": "^8.18.0",

0 commit comments

Comments
 (0)