Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | MCP server host | 0.0.0.0 |
| MCP_PORT | No | MCP server port | 8000 |
| MCP_SERVER_URL | No | MCP server URL | http://localhost:8000 |
| AZURE_OPENAI_API_KEY | No | Azure OpenAI API key (required for agent integration) | |
| AZURE_OPENAI_ENDPOINT | No | Azure OpenAI endpoint (required for agent integration) | |
| AZURE_OPENAI_DEPLOYMENT | No | Azure OpenAI deployment name (required for agent integration) |
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 | |