Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | The host to bind to (for sse transport). | |
| json | No | Path to a JSON configuration file containing documentation sources. | |
| port | No | The port to listen on (required for sse transport). | |
| urls | No | Directly specifying llms.txt URLs with optional names using the format name:url. | |
| yaml | No | Path to a YAML configuration file containing documentation sources. | |
| timeout | No | HTTP request timeout in seconds (defaults to 10.0). | |
| transport | No | The transport protocol to use (stdio or sse). | stdio |
| follow-redirects | No | Follow HTTP redirects (defaults to False). |
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 | |