Get Auth Status
Check whether authentication is enabled for the HTTP API.
Enable Auth (Tauri IPC)
Enables authentication on the MCP HTTP API. Once enabled, API requests require a valid token.
{
"enabled": true,
"token": "cb_xxxxxxxxxxxxxxxxxxxx"
}
Save the token immediately — it is only shown once. If lost, disable and re-enable auth to generate a new token.
Disable Auth (Tauri IPC)
Disables authentication. All API requests will be accepted without a token.
Get Auth Info (Tauri IPC)
Returns authentication details including the Claude CLI login status and API key information.