II.
APIEndpoint JSON
Structured · liveapi-endpoint:breakpoints-mux-mcp-streamable
POST/GET/DELETE /mcp json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "api-endpoint:breakpoints-mux-mcp-streamable",
"_kind": "APIEndpoint",
"_file": "extensions/api-endpoints/breakpoints-mux-backend.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "POST/GET/DELETE /mcp",
"method": "POST",
"path": "/mcp",
"responseShape": "MCP Streamable HTTP transport (SSE chunks for GET; JSON-RPC envelopes for POST)",
"authRequired": true,
"description": "MCP Streamable HTTP transport endpoint multiplexing the breakpoints-mux MCP tool catalog (ask, list, answer, claim, status, list-responders, verify, poll). Bearer-token auth when BPX_MCP_TOKEN is configured. Source: packages/breakpoints-mux/src/mcp/http-transport.ts:9-160."
},
"outgoingEdges": [
{
"from": "api-endpoint:breakpoints-mux-mcp-streamable",
"to": "package:a5c-ai-breakpoints-mux",
"kind": "exposed_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "package:a5c-ai-breakpoints-mux",
"to": "api-endpoint:breakpoints-mux-mcp-streamable",
"kind": "exposes_endpoint",
"attributes": {}
}
]
}