othos_auth_connect
Start a browser-based authorization, poll for user approval, and store the returned MCP personal token.
Instructions
Start browser-based authorization, poll for approval, and store the returned MCP personal token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| waitForApprovalSeconds | No | How long to poll for user approval before returning pending status. | |
| savePath | No | Optional absolute path to persist token. Falls back to OTHOS_PERSONAL_TOKEN_PATH. | |
| clientName | No | Display name shown in the authorization page. | |
| scope | No | Optional scopes (space/comma separated). Example: mcp:tools mcp:resources | |
| label | No | Optional connection label shown in Othos token connections. | |
| lifetimeDays | No | Optional token lifetime in days. |