Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | The host address to bind the server to (for HTTP/SSE mode) | localhost |
| port | No | The port to bind the server to (for HTTP/SSE mode) | 8080 |
| debug | No | Enable detailed logging output | |
| stdio | No | Explicitly specify stdio mode for process communication | |
| PYTHONPATH | No | Path to your project for Python to find modules |
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 | |