Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_API_KEY | Yes | API key for the LLM service | |
| LLM_API_URL | Yes | URL endpoint for the LLM service | |
| MONGODB_URI | Yes | URI for MongoDB Atlas cluster | |
| GITHUB_TOKEN | Yes | GitHub personal access token for repository access | |
| MONGODB_DB_NAME | Yes | MongoDB database name | |
| MONGODB_COLLECTION_NAME | Yes | MongoDB collection name for documents |
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 |
|---|---|
No tools | |