Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_MODEL | No | Model name | gpt-4 |
| LLM_API_KEY | Yes | API key for LLM | |
| LLM_API_BASE | No | API base URL | |
| LLM_PROVIDER | No | LLM provider | azure_openai |
| MCP_LOG_LEVEL | No | Log level | INFO |
| MCP_ENVIRONMENT | No | Environment name | development |
| MCP_SERVER_PORT | No | MCP Server port | 8001 |
| ORCHESTRATOR_PORT | No | Orchestrator port | 8000 |
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 | |