run_login(
self,
*,
server_name: str,
server_url: str,
storage: FileTokenStorage
)| Name | Type | Description |
|---|---|---|
server_name* | str | |
server_url* | str | |
storage* | FileTokenStorage |
Perform any provider-specific pre-handshake work.
MCP server name from mcpServers.
Remote MCP endpoint URL.
File-backed token storage for this server identity.