Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Logging level (e.g., INFO, DEBUG) | INFO |
MCP_SERVER_NAME | No | The name of the MCP server | fastmcp-llm-router |
MCP_SERVER_VERSION | No | The version of the MCP server | 0.1.0 |
LLM_REQUEST_TIMEOUT | No | Timeout in seconds for LLM requests | 60 |
LLM_SERVICE_API_KEY | No | Optional API key for the LLM service | |
HEALTH_CHECK_TIMEOUT | No | Timeout in seconds for health checks | 10 |
LOCAL_LLM_SERVICE_URL | Yes | URL of the local LLM service with OpenAI-compatible API | http://localhost:5001 |
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 |