Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CODEWIKI_CACHE_DIR | No | Custom cache directory path | |
| CODEWIKI_CACHE_TTL | No | Cache TTL in milliseconds (default: 86400000) | 86400000 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_repository | Search for a GitHub repository on Google CodeWiki |
| get_repository_docs | Get documentation for a specific GitHub repository |
| search_documentation | Search within cached documentation for a repository |
| list_cached_repositories | List all repositories currently cached |
| clear_cache | Clear the documentation cache |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |