Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MCPILOT_HOST | No | Host address for the server | 0.0.0.0 |
MCPILOT_PORT | No | Port for the server | 8000 |
MCPILOT_DEBUG | No | Enable debug mode | false |
UV_PUBLISH_TOKEN | No | PyPI token for publishing | |
MCPILOT_LOG_LEVEL | No | Logging level | INFO |
UV_PUBLISH_PASSWORD | No | PyPI password for publishing | |
UV_PUBLISH_USERNAME | No | PyPI username for publishing | |
MCPILOT_CORS_ORIGINS | No | CORS origins configuration | ["*"] |
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 |