Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEEPWIKI_MAX_RETRIES | No | Maximum retry attempts for failed requests | 3 |
DEEPWIKI_RETRY_DELAY | No | Base delay for retry backoff in milliseconds | 250 |
DEEPWIKI_MAX_CONCURRENCY | No | Maximum concurrent requests | 5 |
DEEPWIKI_REQUEST_TIMEOUT | No | Request timeout in milliseconds | 30000 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
deepwiki_fetch | Fetch a deepwiki.com repo and return Markdown |