mcp_logout
Revoke the current MCP session and log out with configurable scope—this session, all devices, or others. Optionally clear local credentials only.
Instructions
Logout and revoke the current MCP session. Pass scope="all" to log out of all devices, or scope="others" to log out everywhere else but here. Defaults to scope="this" (only the calling session).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Scope of the logout. "this" (default) = only this session. "all" = every device. "others" = everywhere else but here. | |
| local_only | No | When true, clear local credentials only — no server-side revocation call is made. Default false. |