fix MCP auth token refresh and disable legacy SSE

This commit is contained in:
Jordan Diaz
2026-07-18 10:03:12 +00:00
parent 9c3d9fb999
commit 987e050539
12 changed files with 437 additions and 128 deletions

View File

@@ -7,7 +7,8 @@
"scripts": {
"start": "node cluster.js",
"start:single": "node index.js",
"dev": "nodemon index.js"
"dev": "nodemon index.js",
"test": "node --test test/*.test.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.26.0",