Skip to content

Commit 88f26d1

Browse files
authored
Merge pull request #532 from QuantGeekDev/chore/bump-mcp-sdk
chore: bump @modelcontextprotocol/sdk to version 1.13.0
2 parents a7336cd + 0e6915a commit 88f26d1

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {},
2323
"dependencies": {
24-
"@modelcontextprotocol/sdk": "^1.12.1",
24+
"@modelcontextprotocol/sdk": "^1.13.0",
2525
"commander": "^13.1.0",
2626
"spawn-rx": "^5.1.2"
2727
}

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.12.1",
26+
"@modelcontextprotocol/sdk": "^1.13.0",
2727
"@radix-ui/react-checkbox": "^1.1.4",
2828
"ajv": "^6.12.6",
2929
"@radix-ui/react-dialog": "^1.1.3",

package-lock.json

Lines changed: 5 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
@@ -46,7 +46,7 @@
4646
"@modelcontextprotocol/inspector-cli": "^0.14.3",
4747
"@modelcontextprotocol/inspector-client": "^0.14.3",
4848
"@modelcontextprotocol/inspector-server": "^0.14.3",
49-
"@modelcontextprotocol/sdk": "^1.12.1",
49+
"@modelcontextprotocol/sdk": "^1.13.0",
5050
"concurrently": "^9.0.1",
5151
"open": "^10.1.0",
5252
"shell-quote": "^1.8.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.12.1",
30+
"@modelcontextprotocol/sdk": "^1.13.0",
3131
"cors": "^2.8.5",
3232
"express": "^5.1.0",
3333
"ws": "^8.18.0",

0 commit comments

Comments
 (0)