UNPKG

dddvchang-mcp-proxy

Version:

Smart MCP proxy with automatic JetBrains IDE discovery, WebSocket support, and intelligent connection naming

64 lines (63 loc) 1.47 kB
{ "name": "dddvchang-mcp-proxy", "version": "1.14.4", "description": "Smart MCP proxy with automatic JetBrains IDE discovery, WebSocket support, and intelligent connection naming", "main": "dist/src/index.js", "type": "module", "keywords": [ "mcp", "jetbrains", "ide", "proxy", "claude", "websocket", "intellij", "phpstorm", "datagrip", "webstorm", "pycharm", "clion", "rider", "goland" ], "author": "dddvchang", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/dddvchang/mcp-proxy.git" }, "homepage": "https://github.com/dddvchang/mcp-proxy#readme", "bugs": { "url": "https://github.com/dddvchang/mcp-proxy/issues" }, "bin": { "mcp-jetbrains": "dist/src/index.js", "dddvchang-mcp-proxy": "dist/src/cli.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/src/*.js", "prepare": "npm run build", "watch": "tsc --watch", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.13.3", "node-fetch": "^3.3.2", "ws": "^8.18.0" }, "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^24.0.10", "@types/ws": "^8.5.10", "jest": "^30.0.3", "jest-environment-node": "^30.0.2", "shx": "^0.4.0", "ts-jest": "^29.1.1", "typescript": "^5.8.3" } }