()
| 138 | * Call this after login so the next fetch will use the new auth tokens. |
| 139 | */ |
| 140 | export function clearClaudeAIMcpConfigsCache(): void { |
| 141 | fetchClaudeAIMcpConfigsIfEligible.cache.clear?.() |
| 142 | // Also clear the auth cache so freshly-authorized servers get re-connected |
| 143 | clearMcpAuthCache() |
| 144 | } |
| 145 | |
| 146 | /** |
| 147 | * Record that a claude.ai connector successfully connected. Idempotent. |
no test coverage detected