Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | No | GitHub token for NLP repo resolution to avoid GitHub API rate limits | |
| CODEWIKI_BASE_URL | No | Base URL for the codewiki service | https://codewiki.google |
| CODEWIKI_MAX_RETRIES | No | Maximum number of retries for failed requests | 3 |
| CODEWIKI_RETRY_DELAY | No | Base retry delay in milliseconds | 250 |
| CODEWIKI_REQUEST_TIMEOUT | No | Request timeout in milliseconds | 30000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| codewiki_search_repos | Search repositories indexed by codewiki.google |
| codewiki_fetch_repo | Fetch generated wiki content for a repository from codewiki.google |
| codewiki_ask_repo | Ask a natural-language question about a repository indexed in codewiki.google |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |