Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TOKEN | No | Your authentication token for the API | |
| BASE_URL | No | The base URL for the API endpoint (e.g., https://api.example.com) | |
| BATCH_SIZE | No | The batch size for uploading files | 10 |
| MAX_LINES_PER_BLOB | No | Maximum number of lines per blob when splitting large files | 800 |
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 |
|---|---|
| search_context | Search for relevant code context based on a query within a specific project. This tool automatically performs incremental indexing before searching, ensuring results are always up-to-date. Returns formatted text snippets from the codebase that are semantically related to your query. Supports cross-platform paths including Windows WSL. |