Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PYMCP_HOST | No | Server host address | 127.0.0.1 |
PYMCP_PORT | No | Server port number | 8765 |
PYMCP_LOG_LEVEL | No | Logging level (Valid values: DEBUG, INFO, WARNING, ERROR, CRITICAL) | INFO |
PYMCP_USER_TOOL_REPOS | No | List of paths to user-defined tool directories, separated by commas (e.g., './my_custom_tools,../shared_tools,/home/user/tools') |
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 |