plugins/.mcp.json
Snider a8424ee8c4 chore(mcp): wire marketplace server
Summary:\n- added repo-level .mcp.json for the shared MCP server\n- removed inline MCP config from claude/code plugin
2026-02-05 20:45:20 +00:00

12 lines
163 B
JSON

{
"mcpServers": {
"HOST_UK_MARKETPLACE": {
"command": "go",
"args": [
"run",
"./mcp/"
],
"type": "stdio"
}
}
}