ajustes de mcp

This commit is contained in:
Jordan
2026-04-02 00:14:11 +01:00
parent 264acc90b4
commit 0795b28b54
5 changed files with 70 additions and 25 deletions

View File

@@ -3,17 +3,21 @@
"acai-code": {
"command": "node",
"args": ["mcp-server/stdio.js"],
"env": {
"ACAI_WEB_URL": "http://localhost:8080",
"ACAI_WEBSITE": "mi-sitio",
"ACAI_PROJECT_DIR": "/ruta/al/proyecto"
},
"env": {},
"timeout": 30,
"startup_timeout": 10
},
"filesystem": {
"playwright": {
"command": "npx",
"args": ["@modelcontextprotocol/server-filesystem", "/tmp"]
"args": ["@playwright/mcp", "--headless"],
"timeout": 30,
"startup_timeout": 15
},
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"],
"timeout": 30,
"startup_timeout": 15
}
}
}