Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port | 8000 |
| DEBUG | No | Debug mode | true |
| MEDIUM_MODEL | No | Model ID for medium level | claude-opus-4.6 |
| NOVICE_MODEL | No | Model ID for novice level | gemini-3.1-pro-preview |
| ADVANCED_MODEL | No | Model ID for expert level | gpt-5.3-codex |
| GEMINI_API_KEY | No | Google Gemini API key | |
| OPENAI_API_KEY | No | OpenAI API key | |
| ANTHROPIC_API_KEY | No | Anthropic Claude API key | |
| OPENROUTER_API_KEY | No | OpenRouter API key (universal fallback) |
Capabilities
Server capabilities have not been inspected yet.
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 | |