Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PYTHONPATH | Yes | Path to the src directory, required for the server to find the package modules (e.g., /path/to/mcp-server/src). | |
| MCP_LOG_LEVEL | No | Logging level (DEBUG, INFO, WARNING, ERROR) | INFO |
| MCP_SERVER_NAME | No | Display name for the server | mcp-server |
| MCP_ALLOWED_PATHS | No | Comma-separated absolute paths for file tools. Required if using file operation tools. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| echo | |
| echo_uppercase | |
| echo_reverse | |
| get_current_time | |
| parse_timestamp | |
| get_timestamp | |
| time_difference | |
| list_directory | |
| read_file | |
| get_file_info | |
| get_allowed_paths | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |