Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MONGODB_URI | Yes | MongoDB connection string (e.g., mongodb://localhost:27017 or mongodb+srv://username:password@cluster.mongodb.net/myapp) | |
MONGODB_DB_NAME | Yes | The name of the MongoDB database to use |
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 |