Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ACEMCP_TOKEN | No | Authentication token | |
| ACEMCP_BASE_URL | No | API endpoint URL | |
| ACEMCP_BATCH_SIZE | No | Number of files to upload per batch | 10 |
| ACEMCP_MAX_LINES_PER_BLOB | No | Maximum lines per blob before 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. IMPORTANT: Use forward slashes (/) as path separators in project_root_path, even on Windows. |