feat: agor-launcher MCP server + .mcp.json + updated Rule 56

This commit is contained in:
Hibryda 2026-03-25 20:37:16 +01:00
parent 58ac5e8c84
commit e9d7356064
4 changed files with 282 additions and 49 deletions

8
.mcp.json Normal file
View file

@ -0,0 +1,8 @@
{
"mcpServers": {
"agor-launcher": {
"command": "node",
"args": [".claude/mcp-servers/agor-launcher/index.mjs"]
}
}
}