Files
agent-ui/.mcp.json
2026-02-13 03:10:06 -06:00

15 lines
244 B
JSON

{
"mcpServers": {
"agent-ui": {
"type": "stdio",
"command": "npx",
"args": [
"git+https://gitea.nucleoriofrio.com/nucleo000/webmcp.git",
"--mcp",
"--dev",
"-p", "4102"
]
}
}
}