Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MCP_LOG_FILE | No | Optional path to log file for the MCP server | |
MCP_LOG_LEVEL | No | Log level for the MCP server | INFO |
LOG_DIRECTORIES | No | JSON array of log directories to analyze, e.g. '["/path/to/your/app/logs"]' | |
PYTHONIOENCODING | No | Python environment variable to set encoding | utf-8 |
PYTHONUNBUFFERED | No | Python environment variable to ensure unbuffered output | 1 |
LOG_PATTERNS_ERROR | No | JSON array of regex patterns to identify errors in logs, e.g. '["Exception:.*"]' |
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 |