run_login(
self,
*,
server_name: str,
server_url: str,
storage: FileTokenStorage
)| Name | Type | Description |
|---|---|---|
server_name* | str | |
server_url* | str | |
storage* | FileTokenStorage |
Run the device flow and short-circuit the Authorization Code handshake.
MCP server name (unused).
Remote MCP endpoint URL (unused).
File-backed token storage for this server identity.