Changing to returning a boolean, but tokens still not being loaded
This commit is contained in:
parent
412b5d9486
commit
9fbba0509c
4 changed files with 33 additions and 20 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue