Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port (default: 3000) | 3000 |
| PUBLIC_URL | No | Full public URL including protocol and port for URL generation | |
| BIND_ADDRESS | No | Interface to bind to (default: 0.0.0.0) | 0.0.0.0 |
| DEBUG_MCHMCP | No | Enable debug logging (default: false) | false |
| MAX_SESSIONS | No | Maximum concurrent sessions (default: 100) | 100 |
| USE_TEST_FIXTURES | No | Use test data instead of live API (default: false) | false |
| SESSION_TIMEOUT_MS | No | Session timeout in milliseconds (default: 300000) | 300000 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |