Skip to content

Commit 761e55e

Browse files
committed
Update packages
1 parent 3dc3aeb commit 761e55e

File tree

2 files changed

+868
-84
lines changed

2 files changed

+868
-84
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jetbrains/mcp-proxy",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "A MCP proxy to redirect requests to JetBrains IDEs",
55
"main": "dist/src/index.js",
66
"type": "module",
@@ -20,12 +20,12 @@
2020
"watch": "tsc --watch"
2121
},
2222
"dependencies": {
23-
"@modelcontextprotocol/sdk": "1.1.0",
23+
"@modelcontextprotocol/sdk": "1.7.0",
2424
"node-fetch": "^3.3.2"
2525
},
2626
"devDependencies": {
27-
"@types/node": "^22.10.5",
28-
"shx": "^0.3.4",
29-
"typescript": "^5.3.3"
27+
"@types/node": "^22.13.13",
28+
"shx": "^0.4.0",
29+
"typescript": "^5.8.2"
3030
}
3131
}

0 commit comments

Comments
 (0)