Files
agent-ui/.mcp.json
2026-02-13 21:28:56 -06:00

14 lines
227 B
JSON

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