Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug mode for additional logs | false |
| TEST_MODE | No | Enable test mode (mock generation) | false |
| GROQ_API_KEY | No | Alternative Groq API key | |
| MCP_EXECUTION | No | Required - Must be set to "true" for MCP mode | |
| OPENAI_API_KEY | No | OpenAI API key for generating backlog | |
| AGILE_PLANNER_OUTPUT_ROOT | No | Base directory for output (defaults to current dir) |
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 | |