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

@@ -24,3 +24,9 @@ export {
export { fetchProjectInfo, fetchProjectsList } from './localClient.js';
export {
ensureFreshSessionCredentials,
isJwtExpiring,
refreshSessionCredentials,
} from './sessionRefresh.js';