II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:tasks-adapter-cli-server-start
tasks-adapter server start json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:tasks-adapter-cli-server-start",
"_kind": "InteractionPrimitive",
"_file": "extensions/interaction-patterns/breakpoints-adapter-cli-leaves.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "tasks-adapter server start",
"kind": "cli-subcommand",
"surface": "cli",
"parentBin": "tasks-adapter",
"subcommandVerb": "server start",
"flags": [],
"description": "Start the tasks-adapter MCP server on stdio, exposing the breakpoint\ntool catalog (ask, list, answer, claim, status, ...) to MCP clients.\nSource: packages/tasks-adapter/src/cli/commands/server.ts:15-46.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-ui-impl:babysitter.ui@current",
"to": "interaction-primitive:tasks-adapter-cli-server-start",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "cli-subcommand"
}
}
},
{
"from": "package:a5c-ai-tasks-adapter",
"to": "interaction-primitive:tasks-adapter-cli-server-start",
"kind": "exposes_subcommand",
"attributes": {}
}
]
}