kg oauth
Auto-generated
oauth
Manage OAuth clients (list, create for MCP, revoke)
Usage:
Subcommands:
clients(list) - List your personal OAuth clientscreate- Create OAuth client for external tools (MCP, FUSE, scripts)create-mcp- Create OAuth client for MCP server (alias for: create --for mcp)revoke- Revoke an OAuth client
clients (list)
List your personal OAuth clients
Usage:
create
Create OAuth client for external tools (MCP, FUSE, scripts)
Usage:
Options:
| Option | Description | Default |
|---|---|---|
--name <name> |
Custom client name | - |
--for <target> |
Target: mcp, fuse, or generic (shows appropriate setup instructions) | - |
create-mcp
Create OAuth client for MCP server (alias for: create --for mcp)
Usage:
Options:
| Option | Description | Default |
|---|---|---|
--name <name> |
Custom client name | - |
revoke
Revoke an OAuth client
Usage:
Arguments:
<client-id>- Required
Options:
| Option | Description | Default |
|---|---|---|
--force |
Force revocation even if it's your current CLI client | - |