Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Port number for SSE transport (default: 8000) | 8000 |
| timeout | No | Request timeout in seconds (default: 30) | 30 |
| LOG_LEVEL | No | Logging verbosity (DEBUG, INFO, WARNING, ERROR, default: INFO) as an environment variable | INFO |
| log_level | No | Logging verbosity (DEBUG, INFO, WARNING, ERROR, default: INFO) | INFO |
| transport | No | Transport protocol (stdio or sse, default: stdio) | stdio |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |