{
  "manifest_version": "1.0.0",
  "template": {
    "id": "17cccf9b-ec47-47bd-a4a9-7c5a3da350d1",
    "slug": "node-red-mcp",
    "name": "Node-RED Context AI",
    "description": "AI workflows in Node-RED using Model Context Protocol (MCP)",
    "url": "https://railway.com/deploy/node-red-mcp",
    "upstream": {
      "repo_url": "https://github.com/moises-paschoalick/node-red-mcp-server"
    }
  },
  "services": [
    {
      "name": "node-red",
      "source": {
        "repo": "https://github.com/moises-paschoalick/node-red-mcp-server"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    },
    {
      "name": "bridge-mcp-server",
      "source": {
        "repo": "https://github.com/moises-paschoalick/node-red-mcp-server"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "node-red-mcp"
      }
    },
    "cli": "railway deploy --template node-red-mcp",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "17cccf9b-ec47-47bd-a4a9-7c5a3da350d1",
            "serializedConfig": {
              "services": {
                "91641cb7-b6d4-4e46-b289-cbf7399e00ec": {
                  "icon": "https://nodered.org/about/resources/media/node-red-icon.png",
                  "name": "node-red",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "repo": "https://github.com/moises-paschoalick/node-red-mcp-server",
                    "rootDirectory": "node-red-docker"
                  },
                  "variables": {},
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "91641cb7-b6d4-4e46-b289-cbf7399e00ec": {
                      "mountPath": "/data"
                    }
                  }
                },
                "917609d5-5d4f-442a-a7f7-cad61babe559": {
                  "icon": "https://devicons.railway.com/i/nodejs.svg",
                  "name": "bridge-mcp-server",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "repo": "https://github.com/moises-paschoalick/node-red-mcp-server",
                    "rootDirectory": null
                  },
                  "variables": {},
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "node-red",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 2,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-21T06:01:32.866Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_faec57b57cd04c0699ce",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED,BUILDING"
      }
    ]
  }
}
