()
| 309 | } |
| 310 | |
| 311 | export function clearMcpAuthCache(): void { |
| 312 | authCachePromise = null |
| 313 | void unlink(getMcpAuthCachePath()).catch(() => { |
| 314 | // Cache file may not exist |
| 315 | }) |
| 316 | } |
| 317 | |
| 318 | /** |
| 319 | * Spread-ready analytics field for the server's base URL. Calls |
no test coverage detected