gaita/deploy-smoke-check
deploy-smoke-check
v0.1.0pinned versionMinimal workflow published to verify the deployed registry end to end.
published
npx @zeqqat/mcp pull gaita/[email protected]1
run reported
100%
pass rate
1
install
Steps
1 step
- ping_healthhttpzeqqat.http.getHealthproduces status
Versions
Raw workflow JSON
{
"name": "deploy_smoke_check",
"tags": [
"smoke"
],
"steps": [
{
"id": "ping_health",
"type": "http",
"calls": "zeqqat.http.getHealth",
"outputs": {
"status": {
"type": "string",
"required": true
}
}
}
],
"requires": [],
"description": "Calls one HTTP endpoint and returns its status. Exists to prove the registry stores and returns a workflow body intact."
}