Directory holding per-server OAuth state files.
()
| 60 | |
| 61 | /** Directory holding per-server OAuth state files. */ |
| 62 | function authDir(): string { |
| 63 | return path.join(getConfigDir(), "mcp-auth") |
| 64 | } |
| 65 | |
| 66 | /** Path to a server's persistent OAuth store. */ |
| 67 | function authFilePath(serverName: string): string { |
no test coverage detected