Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | Puerto del servidor | 3000 |
| DEPLOY_HOOK | No | Deploy Hook de Vercel (opcional) | |
| GITHUB_REPO | Yes | Nombre del repositorio de tu blog | |
| GITHUB_OWNER | Yes | Tu usuario de GitHub | |
| GITHUB_TOKEN | Yes | Personal Access Token de GitHub con permisos de repo | |
| GITHUB_BRANCH | No | Branch a usar | main |
| API_SECRET_KEY | Yes | Una clave secreta aleatoria de al menos 32 caracteres |
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 | |