Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for the REST API server | |
| GITBOOK_URL | Yes | The URL of the documentation website to transform into an AI-accessible knowledge base | |
| SERVER_NAME | No | Custom branding name for the server | |
| TOOL_PREFIX | No | Prefix for tool names | |
| CACHE_TTL_HOURS | No | Cache time-to-live in hours | |
| DOMAIN_KEYWORDS | No | Comma-separated list of keywords related to the domain | |
| SCRAPING_DELAY_MS | No | Delay in milliseconds between scraping requests | |
| AUTO_DETECT_DOMAIN | No | Enable automatic domain detection | true |
| SERVER_DESCRIPTION | No | Custom description for the server | |
| AUTO_DETECT_KEYWORDS | No | Enable automatic keyword detection | true |
| MAX_CONCURRENT_REQUESTS | No | Maximum number of concurrent requests for scraping |
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 | |