Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
API_HOST | No | Host del servidor | 0.0.0.0 |
API_PORT | No | Puerto del servidor | 8000 |
API_RELOAD | No | Auto-reload en desarrollo | false |
MONGODB_URI | Yes | URI de conexión MongoDB | |
CORS_ORIGINS | No | Orígenes permitidos | * |
MONGODB_DATABASE | No | Nombre de la base de datos | rtideas |
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 |