II.
APIEndpoint JSON
Structured · liveapi-endpoint:tasks-adapter-mcp-healthz
GET /healthz json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "api-endpoint:tasks-adapter-mcp-healthz",
"_kind": "APIEndpoint",
"_file": "extensions/api-endpoints/breakpoints-adapter-backend.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "GET /healthz",
"method": "GET",
"path": "/healthz",
"responseShape": "{ ok: bool }",
"authRequired": false,
"description": "Liveness probe for the tasks-adapter MCP HTTP server. Source: packages/tasks-adapter/src/mcp/http-transport.ts:10."
},
"outgoingEdges": [
{
"from": "api-endpoint:tasks-adapter-mcp-healthz",
"to": "package:a5c-ai-tasks-adapter",
"kind": "exposed_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "package:a5c-ai-tasks-adapter",
"to": "api-endpoint:tasks-adapter-mcp-healthz",
"kind": "exposes_endpoint",
"attributes": {}
}
]
}