Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HTTP_HOST | No | Host for the HTTP server | localhost |
HTTP_PORT | No | Port for the HTTP server | 3000 |
LOG_LEVEL | No | Logging level (e.g., 'info', 'debug') | info |
TRANSPORT_TYPE | No | Sets the transport mechanism ('http' or 'stdio') | stdio |
SESSION_SUPPORT | No | Enables/disables session support | true |
MCP_INSPECTOR_PORT | No | Port for MCP inspector | 6274 |
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 |