Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MONGODB_URI | Yes | MongoDB connection string | |
DATABASE_NAME | Yes | MongoDB database name | |
VOYAGE_API_KEY | Yes | Voyage AI API key | |
COLLECTION_NAME | Yes | MongoDB collection name | |
VECTOR_DIMENSIONS | No | Vector dimensions (256 default) | 256 |
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 |