Skip to content

Commit

Permalink
Update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
MaXal committed Jan 7, 2025
1 parent e1c4d65 commit aa64852
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jetbrains/mcp-proxy",
"version": "1.4.0",
"version": "1.5.0",
"description": "A MCP proxy to redirect requests to JetBrains IDEs",
"main": "dist/src/index.js",
"type": "module",
Expand All @@ -20,11 +20,11 @@
"watch": "tsc --watch"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.0.3",
"@modelcontextprotocol/sdk": "1.1.0",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@types/node": "^20.11.0",
"@types/node": "^22.10.5",
"shx": "^0.3.4",
"typescript": "^5.3.3"
}
Expand Down
37 changes: 19 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa64852

Please sign in to comment.