Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEBUG | No | Enable debug logging | false |
USER_AGENT | No | Custom user agent string | MCP-API-Server/1.0.0 |
API_TIMEOUT | No | Request timeout in milliseconds | 30000 |
ALLOW_LOCALHOST | No | Allow requests to localhost/127.0.0.1 | false |
ALLOW_PRIVATE_IPS | No | Allow requests to private IP ranges | false |
MAX_RESPONSE_LENGTH | No | Maximum response length in bytes | 50000 |
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 |