Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port to run the indexer on for SSE/HTTP mode | |
| API_KEY | No | Bearer token for security when running in SSE/HTTP mode | |
| CODEBASE_PATH | Yes | Absolute path to the codebase to be indexed | |
| GEMINI_API_KEY | No | Gemini API Key for semantic embeddings | |
| OPENAI_API_KEY | No | OpenAI API Key for semantic embeddings | |
| VOYAGE_API_KEY | No | Voyage API Key for semantic embeddings |
Capabilities
Server capabilities have not been inspected yet.
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 | |