Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Set to 'true' for detailed logging (optional) | |
| CODERSWAP_API_KEY | Yes | Your CoderSwap API key (required) | |
| CODERSWAP_BASE_URL | No | The base URL for the CoderSwap API | http://localhost:8000 |
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 |
|---|---|
| coderswap_create_project | Create a new vector search project in CoderSwap |
| coderswap_list_projects | List all CoderSwap projects available to your API key |
| coderswap_get_project_stats | Get statistics and information about a specific project |
| coderswap_research_ingest | Submit research summary and URLs for web crawling, chunking, embedding, and optional DSL generation |
| coderswap_get_job_status | Check the status of a research ingestion job |
| coderswap_search | Execute a hybrid search query against a CoderSwap project using DSL-powered ranking |
| coderswap_validate_search | Run validation queries to test search quality and coverage (non-DSL quality check) |
| coderswap_log_session_note | Record lightweight ingestion summary for session continuity (non-DSL) |