Dify Server

{ "name": "@jetbrains/mcp-proxy", "version": "1.7.0", "description": "A MCP proxy to redirect requests to JetBrains IDEs", "main": "dist/src/index.js", "type": "module", "repository": { "type": "git", "url": "https://github.com/JetBrains/mcp-jetbrains.git" }, "bin": { "mcp-jetbrains-proxy": "dist/src/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/src/*.js", "prepare": "npm run build", "watch": "tsc --watch" }, "dependencies": { "@modelcontextprotocol/sdk": "1.1.0", "node-fetch": "^3.3.2" }, "devDependencies": { "@types/node": "^22.10.5", "shx": "^0.3.4", "typescript": "^5.3.3" } }