Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RTFD_FETCH | No | Enable/disable content fetching tools. Set to 'false' to only allow metadata lookups. | true |
| GITHUB_AUTH | No | GitHub authentication method: 'token' (use GITHUB_TOKEN only), 'cli' (use gh CLI auth only), 'auto' (try GITHUB_TOKEN, then gh CLI), or 'disabled' (no GitHub access). | token |
| GITHUB_TOKEN | No | GitHub API token. Highly recommended to increase rate limits (60 -> 5000 requests/hour). | |
| RTFD_CACHE_TTL | No | Cache time-to-live in seconds (default: 1 week). | 604800 |
| VERIFIED_BY_PYPI | No | If 'true', only allows fetching documentation for packages verified by PyPI. | false |
| RTFD_TRACK_TOKENS | No | Enable/disable token usage statistics in tool response metadata. | false |
| RTFD_CACHE_ENABLED | No | Enable/disable caching. Set to 'false' to disable. | 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 | |