{
  "$schema": "./docs/product.schema.json",
  "schemaVersion": 1,
  "name": "Godot Agent Loop",
  "tagline": "Build it. Play it. Prove it.",
  "category": "An MCP automation loop for Godot 4",
  "description": "Lean MCP feedback loop for Godot 4 — run, observe, interact, verify",
  "version": "3.0.0",
  "repository": {
    "owner": "beremaran",
    "name": "godot-agent-loop",
    "url": "https://github.com/beremaran/godot-agent-loop",
    "issues": "https://github.com/beremaran/godot-agent-loop/issues"
  },
  "npm": {
    "package": "@beremaran/godot-agent-loop",
    "binary": "godot-agent-loop"
  },
  "mcp": {
    "registryName": "io.github.beremaran/godot-agent-loop",
    "serverName": "godot-agent-loop",
    "title": "Godot Agent Loop"
  },
  "agentBundle": {
    "root": "agent-plugin",
    "pluginName": "godot-agent-loop",
    "serverKey": "godot-agent-loop"
  },
  "addon": {
    "directory": "addons/godot_agent_loop",
    "name": "Godot Agent Loop Bridge",
    "category": "Addons/Tools",
    "minimumGodotVersion": "4.7",
    "primaryGodotVersion": "4.7",
    "version": "3.0.0",
    "protocolVersion": "2",
    "license": "MIT",
    "description": "Godot Agent Loop Bridge is an authenticated editor companion that shows live agent activity and compatibility status, provides setup help, and gives you a human Pause/Resume control.",
    "icon": "assets/previews/assetlib-icon.png",
    "previews": [
      "assets/previews/assetlib-editor-overview.png",
      "assets/previews/assetlib-editor-dock.png"
    ]
  },
  "observability": {
    "serverComponent": "godot-agent-loop-server",
    "runtimeComponent": "godot-agent-loop-runtime",
    "editorComponent": "godot-agent-loop-editor"
  },
  "lineage": {
    "originalRepository": "https://github.com/Coding-Solo/godot-mcp",
    "inheritedRepository": "https://github.com/tugcantopaloglu/godot-mcp"
  }
}
