{
  "manifest_version": "1.0.0",
  "template": {
    "id": "b156b14b-eadb-4b44-a607-8ae0dbe656ee",
    "slug": "nextjs-mcp-server-starter",
    "name": "Nextjs MCP Server Starter",
    "description": "A template for MCP server in nextjs",
    "url": "https://railway.com/deploy/nextjs-mcp-server-starter",
    "upstream": {
      "repo_url": "https://github.com/iqbalexperience/nextjs-mcp-starter"
    }
  },
  "services": [
    {
      "name": "nextjs-mcp-starter",
      "source": {
        "repo": "https://github.com/iqbalexperience/nextjs-mcp-starter"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "nextjs-mcp-server-starter"
      }
    },
    "cli": "railway deploy --template nextjs-mcp-server-starter",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "b156b14b-eadb-4b44-a607-8ae0dbe656ee",
            "serializedConfig": {
              "services": {
                "aec70bd3-15e6-40c1-8a0e-fea64860605b": {
                  "name": "nextjs-mcp-starter",
                  "source": {
                    "repo": "iqbalexperience/nextjs-mcp-starter",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T10:14:45.332Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T05:31:43.923Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_5b9f623fc946478a9d78",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 143,
    "typical_build_seconds": 82,
    "typical_start_seconds": 10,
    "slowest_service": "nextjs-mcp-starter"
  }
}
