Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | The host to use when running with the 'sse' transport (e.g., 'localhost'). | |
| json | No | Path to a JSON configuration file containing a list of documentation sources. | |
| port | No | The port to use when running with the 'sse' transport. | |
| urls | No | Directly specify llms.txt URLs with optional names using the format 'name:url'. Multiple URLs can be provided as a space-separated string. | |
| yaml | No | Path to a YAML configuration file containing a list of documentation sources. | |
| timeout | No | HTTP request timeout in seconds. Defaults to 10.0. | 10.0 |
| transport | No | The communication transport to use: 'stdio' or 'sse'. Defaults to 'stdio'. | stdio |
| allowed_domains | No | Specify which domains to allow for documentation fetching. Use '*' to allow all domains or a space-separated list for specific ones. | |
| follow_redirects | No | Whether to follow HTTP redirects (true/false). Defaults to false. | false |
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 | |