sassy_setup_generate_token
Generate an authentication token for MCP clients. Specify client ID and scopes to create a secure token saved to ~/.sassymcp/tokens.json, ready for use in SASSYMCP_AUTH_TOKEN.
Instructions
Generate a new auth token for MCP client authentication.
Creates a secure token and saves it to ~/.sassymcp/tokens.json. Use this token in SASSYMCP_AUTH_TOKEN env var or in client config.
client_id: identifier for the client (e.g. "claude-desktop", "grok", "cursor") scopes: comma-separated permissions (read, write, admin)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scopes | No | read,write | |
| client_id | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |