code-system-graph-hooks 1.0.3

Repository host hook installation and lifecycle for Code System Graph.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/mcp.schema.json",
  "mcpServers": {
    "{{MCP_SERVER_NAME}}": {
      "type": "stdio",
      "command": "csgraph",
      "args": [
        "mcp",
        "--binding",
        "${PLUGIN_ROOT}/.local/code-system-graph/mcp-binding.json"
      ],
      "env": {
        "CODE_SYSTEM_GRAPH_MCP_ADMIN": "0"
      }
    }
  }
}