Add web socket protocol support for IDE MCP server (#987)

Co-authored-by: matt korwel <matt.korwel@gmail.com>
This commit is contained in:
Shreya Keshive
2025-06-13 13:30:44 +00:00
committed by GitHub
parent ff478781ad
commit 1fcbdef994
5 changed files with 149 additions and 8 deletions

View File

@@ -39,12 +39,14 @@
"shell-quote": "^1.8.2",
"simple-git": "^3.28.0",
"strip-ansi": "^7.1.0",
"undici": "^7.10.0"
"undici": "^7.10.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/diff": "^7.0.2",
"@types/dotenv": "^6.1.1",
"@types/minimatch": "^5.1.2",
"@types/ws": "^8.5.10",
"typescript": "^5.3.3",
"vitest": "^3.1.1"
},