Refactor to use auth from SDK

This commit is contained in:
Justin Spahr-Summers
2025-02-11 16:39:07 +00:00
parent 6d930ecae7
commit eb6af47b21
3 changed files with 76 additions and 168 deletions

View File

@@ -2,6 +2,6 @@
export const SESSION_KEYS = {
CODE_VERIFIER: "mcp_code_verifier",
SERVER_URL: "mcp_server_url",
ACCESS_TOKEN: "mcp_access_token",
REFRESH_TOKEN: "mcp_refresh_token",
TOKENS: "mcp_tokens",
CLIENT_INFORMATION: "mcp_client_information",
} as const;