Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JWT_SECRET | Yes | Random 32+ character string for JWT token signing | |
| SESSION_SECRET | Yes | Random 32+ character string for session management | |
| TANDA_CLIENT_ID | Yes | Your Tanda OAuth client ID | |
| TANDA_REDIRECT_URI | Yes | OAuth callback URL (e.g., http://localhost:3000/auth/callback) | |
| TANDA_CLIENT_SECRET | Yes | Your Tanda OAuth client secret |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |