feat: Implement proxy configuration for HTTP/HTTPS/SOCKS

This commit is contained in:
Joseph Finlayson
2025-04-24 09:28:31 +02:00
parent ac4056370b
commit 7c2578fd4b
3 changed files with 195 additions and 79 deletions

View File

@ -24,7 +24,10 @@
"dependencies": {
"@modelcontextprotocol/sdk": "1.8.0",
"@types/node-fetch": "^2.6.12",
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.6",
"node-fetch": "^3.3.2",
"socks-proxy-agent": "^8.0.5",
"zod-to-json-schema": "^3.23.5"
},
"devDependencies": {