run_login(
self,
*,
server_name: str,
server_url: str,
storage: FileTokenStorage,
| Name | Type | Description |
|---|---|---|
server_name* | str | |
server_url* | str | |
storage* | FileTokenStorage | |
ui* | OAuthInteraction |
Perform any provider-specific pre-handshake work.
MCP server name from mcpServers.
Remote MCP endpoint URL.
File-backed token storage for this server identity.
Interaction surface used for any provider-specific prompts (e.g. device-code instructions, workspace IDs).