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