iiRecord
Agentic AI Atlas · tasks-adapter server {start}
interaction-primitive:tasks-adapter-cli-servera5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:tasks-adapter-cli-server

Structured · live

tasks-adapter server {start} json

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

File · extensions/interaction-patterns/breakpoints-adapter-cli.yamlCluster · extensions
Record JSON
{
  "id": "interaction-primitive:tasks-adapter-cli-server",
  "_kind": "InteractionPrimitive",
  "_file": "extensions/interaction-patterns/breakpoints-adapter-cli.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "tasks-adapter server {start}",
    "kind": "cli-subcommand",
    "surface": "cli",
    "parentBin": "tasks-adapter",
    "subcommandVerb": "server",
    "flags": [
      "start:0:start the tasks-adapter MCP server (stdio transport)"
    ],
    "description": "Launch the tasks-adapter MCP stdio server, exposing the breakpoint\ntool catalog (ask, list, answer, claim, ...) to MCP clients.\nSource: packages/tasks-adapter/src/cli/commands/server.ts:12-50.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-ui-impl:babysitter.ui@current",
      "to": "interaction-primitive:tasks-adapter-cli-server",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "attributes": {
          "mechanism": "cli-subcommand"
        }
      }
    },
    {
      "from": "package:a5c-ai-tasks-adapter",
      "to": "interaction-primitive:tasks-adapter-cli-server",
      "kind": "exposes_subcommand",
      "attributes": {}
    }
  ]
}