Changing to returning a boolean, but tokens still not being loaded

This commit is contained in:
Glen Maddern 2025-03-31 21:16:21 +11:00
parent 412b5d9486
commit 9fbba0509c
4 changed files with 33 additions and 20 deletions

View file

@ -38,6 +38,11 @@ async function runProxy(serverUrl: string, callbackPort: number, clean: boolean
clientName: 'MCP CLI Proxy',
clean,
})
// If auth was completed by another instance, just log that we'll use the auth from disk
if (skipBrowserAuth) {
log('Authentication was completed by another instance - will use tokens from disk')
}
// Create the STDIO transport for local connections
const localTransport = new StdioServerTransport()