Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level: error, warn, info, debug | info |
| LOG_FORMAT | No | Log format: json or simple | simple |
| HUDU_API_KEY | Yes | Your Hudu API key | |
| HUDU_BASE_URL | Yes | Your Hudu instance URL (e.g., https://docs.example.com) | |
| MCP_HTTP_HOST | No | HTTP server host | 0.0.0.0 |
| MCP_HTTP_PORT | No | HTTP server port (when using http transport) | 8080 |
| MCP_TRANSPORT | No | Transport type: stdio or http | stdio |
| MCP_SERVER_NAME | No | Server name reported to MCP clients | hudu-mcp |
| MCP_SERVER_VERSION | No | Server version reported to MCP clients | 1.0.0 |
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 | |