{
  "manifest_version": "1.0.0",
  "template": {
    "id": "f252f305-a25f-4f02-b7f6-cc682efa190e",
    "slug": "strava-mcp-server",
    "name": "strava-mcp-server",
    "description": "AI agents connect to Strava activities and athlete data.",
    "url": "https://railway.com/deploy/strava-mcp-server",
    "upstream": {
      "repo_url": "https://github.com/madebydia/strava-mcp-server"
    }
  },
  "services": [
    {
      "name": "strava-mcp-server",
      "source": {
        "repo": "https://github.com/madebydia/strava-mcp-server"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "strava-mcp-server"
      }
    },
    "cli": "railway deploy --template strava-mcp-server",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "f252f305-a25f-4f02-b7f6-cc682efa190e",
            "serializedConfig": {
              "services": {
                "021bd2cc-c879-402b-8731-1f3b1d5a03de": {
                  "name": "strava-mcp-server",
                  "source": {
                    "repo": "madebydia/strava-mcp-server",
                    "branch": null,
                    "rootDirectory": null
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-13T22:14:35.692Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-13T20:15:38.877Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_1a525f09a17e41cb8033",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": false,
        "detail": "1 service(s) crashed within 30s"
      }
    ]
  }
}
