Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| LLM_URL | No | LLM API endpoint URL (required for execute_prompt_with_llm) | |
| LLM_API_KEY | No | API key for authentication | |
| LLM_MODEL_NAME | No | Model name to use | |
| MCP_TEST_LOG_LEVEL | No | Set logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL) | INFO | 
| MCP_TEST_CONNECT_TIMEOUT | No | Connection timeout in seconds | 30.0 | 
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 | |