Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JWT_SECRET_KEY | No | Secret key for JWT token generation (optional, for OAuth2 authentication) | |
| TAVILY_API_KEY | No | API key for TAVILY web search service. Without this key, DuckDuckGo is used as fallback. | |
| GITHUB_CLIENT_ID | No | GitHub OAuth2 client ID (optional) | |
| GOOGLE_CLIENT_ID | No | Google OAuth2 client ID (optional) | |
| GITHUB_CLIENT_SECRET | No | GitHub OAuth2 client secret (optional) | |
| GOOGLE_CLIENT_SECRET | No | Google OAuth2 client secret (optional) |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |