Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| SUPABASE_URL | Yes | URL del proyecto Supabase | |
| ALLOW_ORIGINS | No | Lista CORS, ej: https://mi-host-agente.com | |
| MCP_API_TOKENS | Yes | CSV de tokens válidos, ej: token1,token2 | |
| N8N_WEBHOOK_BASE | Yes | Base de webhooks públicos de n8n, ej: https://n8n.tu-dominio.com/webhook | |
| SUPABASE_ANON_KEY | No | Clave anónima de Supabase (opcional) | |
| SUPABASE_SERVICE_ROLE_KEY | Yes | Clave service role (solo backend) | 
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  | |