{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/mcp.schema.json",
  "mcpServers": {
    "zam": {
      "type": "stdio",
      "command": "node",
      "args": ["${PLUGIN_ROOT}/dist/cli/index.js", "mcp"],
      "cwd": "${PLUGIN_ROOT}"
    }
  }
}
