Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | The logging level for the server (e.g., debug, info, warn, error). | info |
| GODOC_MCP_HOST | No | The host the server will bind to. | localhost |
| GODOC_MCP_PORT | No | The port the server will run on. | 8080 |
| GODOC_MCP_CACHE_TTL | No | Cache Time-To-Live in seconds. | 3600 |
| GODOC_MCP_CACHE_SIZE | No | Maximum number of cached packages. | 1000 |
| GODOC_MCP_REQUEST_TIMEOUT | No | Request timeout in seconds. | 30 |
| GODOC_MCP_MAX_CONCURRENT_REQUESTS | No | Maximum number of concurrent requests to fetch documentation. | 10 |
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 | |