Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEBUG | No | Enable debug mode | False |
LOG_FILE | No | Path to log file | ./logs/mcp_server.log |
LOG_LEVEL | No | Log level | INFO |
TASKS_DB_PATH | No | Path to tasks database file | ./data/tasks.json |
GOOGLE_CLIENT_ID | No | Google Calendar client ID (optional) | |
ALLOWED_DIRECTORIES | No | Allowed directories for file access (comma-separated) | |
GOOGLE_CLIENT_SECRET | No | Google Calendar client secret (optional) |
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 |