Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_MODEL | No | Modelo Gemini (ej. gemini-2.0-flash). | gemini-2.0-flash |
| GEMINI_API_KEY | Yes | API Key de Google AI (Gemini). | |
| VITACORE_DB_PATH | No | Ruta del archivo SQLite. | ./data/vitacore.sqlite |
| GEMINI_TIMEOUT_MS | No | Timeout en ms para llamadas a Gemini (AbortSignal). | 60000 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |