Skip to content

Commit 83893ab

Browse files
committed
bump @modelcontextprotocol/sdk to 1.18.0 and small fix in test calling
1 parent 6b27264 commit 83893ab

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"debug-stdio": "node --experimental-strip-types ./mock-client/debug-client.ts",
2929
"debug-sdk": "node --experimental-strip-types ./mock-client/stdio-client.ts",
3030
"debug-http": "node --experimental-strip-types ./mock-client/http-client.ts",
31-
"server-stdio": "SOCKET_API_KEY=${SOCKET_API_KEY} --experimental-strip-types ./index.ts",
32-
"server-http": "MCP_HTTP_MODE=true SOCKET_API_KEY=${SOCKET_API_KEY} ./build/index.js"
31+
"server-stdio": "SOCKET_API_KEY=${SOCKET_API_KEY} node --experimental-strip-types ./index.ts",
32+
"server-http": "MCP_HTTP_MODE=true SOCKET_API_KEY=${SOCKET_API_KEY} node --experimental-strip-types ./index.ts"
3333
},
3434
"keywords": [],
3535
"files": [
@@ -46,19 +46,19 @@
4646
"url": "https://github.com/SocketDev/socket-mcp"
4747
},
4848
"dependencies": {
49-
"@modelcontextprotocol/sdk": "^1.11.3",
49+
"@modelcontextprotocol/sdk": "^1.18.0",
5050
"pino": "^9.7.0",
5151
"pino-pretty": "^13.0.0",
5252
"semver": "^7.7.2",
5353
"zod": "^3.24.4"
5454
},
5555
"devDependencies": {
56-
"neostandard": "^0.12.0",
5756
"@anthropic-ai/dxt": "^0.2.0",
5857
"@types/node": "^24.0.7",
5958
"@types/semver": "^7.7.0",
6059
"@types/triple-beam": "^1.3.5",
6160
"c8": "^10.0.0",
61+
"neostandard": "^0.12.0",
6262
"npm-run-all2": "^8.0.1",
6363
"typescript": "~5.9.2"
6464
}

0 commit comments

Comments
 (0)