Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LLM_MODEL | No | Full model identifier | ${LLM_PROVIDER}:${LLM_MODEL_NAME} |
LLM_PROVIDER | No | Provider for the language model | openai |
MCP_HOST_URL | No | URL for the MCP host | http://127.0.0.1:8000/mcp |
LLM_MODEL_NAME | No | Name of the language model | gpt-4o-mini |
OPENAI_API_KEY | Yes | OpenAI API key |
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 |