fix(mcp): honor callback port in debug (#39259)
This commit is contained in:
@@ -737,6 +737,7 @@ export const McpDebugCommand = effectCmd({
|
||||
clientId: oauthConfig?.clientId,
|
||||
clientSecret: oauthConfig?.clientSecret,
|
||||
scope: oauthConfig?.scope,
|
||||
callbackPort: oauthConfig?.callbackPort,
|
||||
redirectUri: oauthConfig?.redirectUri,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user