Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | The environment mode the server is running in. | production |
| LOG_LEVEL | No | Production structured logging level (e.g., 'info', 'debug', 'warn', 'error'). | info |
| PRETTY_LOGS | No | Whether to use human-readable 'pretty' logs instead of structured JSON (true/false). | false |
| MCP_HTTP_PORT | No | Port configuration for the HTTP transport layer. | 8080 |
| MCP_TRANSPORT | No | Transport selection (e.g., 'stdio' for local development or 'http' for production APIs). | stdio |
Capabilities
Server capabilities have not been inspected yet.
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 | |