initial commit

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-10-09 03:06:19 +02:00
commit 13c2298ac0
Se han modificado 20 ficheros con 6112 adiciones y 0 borrados

22
mcp-config.json Archivo normal
Ver fichero

@@ -0,0 +1,22 @@
{
"mcpServers": {
"ine-server": {
"command": "node",
"args": ["dist/index.js", "--stdio"],
"description": "Servidor MCP para consultar la API del INE (Instituto Nacional de Estadística de España)",
"env": {}
},
"ine-server-http": {
"url": "http://localhost:3000/mcp/v1",
"transport": "http",
"description": "Servidor MCP INE vía HTTP JSON-RPC",
"env": {}
},
"ine-server-sse": {
"url": "http://localhost:3001/sse",
"transport": "sse",
"description": "Servidor MCP INE vía SSE (Server-Sent Events)",
"env": {}
}
}
}