Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | The Node.js environment (production, development, or test) | production |
| LOG_LEVEL | No | The logging level (info, debug, warn, error) | info |
| PRETTY_LOGS | No | Enable pretty-printed logs for development (true/false) | false |
| MCP_TRANSPORT | No | The MCP transport mode to use (stdio for local development with Cline/Claude Desktop, or http for production APIs) | stdio |
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 | |