iiRecord
Agentic AI Atlas · GET /healthz
api-endpoint:tasks-adapter-mcp-healthza5c.ai
II.
APIEndpoint JSON

api-endpoint:tasks-adapter-mcp-healthz

Structured · live

GET /healthz json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/api-endpoints/breakpoints-adapter-backend.yamlCluster · extensions
Record JSON
{
  "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": {}
    }
  ]
}