Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| mcpHttpPort | No | Port for MCP HTTP server | 3001 |
| restHttpPort | No | Port for REST HTTP server | 3002 |
| idCounterFile | No | Path to the file used for tracking the last generated ID | /workspace/last-tag-id.txt |
| enableRestServer | No | Enable REST API server | false |
| enableHttpTransport | No | Enable HTTP transport for SSE | false |
| enableStdioTransport | No | Enable stdio transport | true |
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 | |