II.
APIEndpoint JSON
Structured · liveapi-endpoint:tasks-adapter-mcp-streamable
POST/GET/DELETE /mcp json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "api-endpoint:tasks-adapter-mcp-streamable",
"_kind": "APIEndpoint",
"_file": "extensions/api-endpoints/breakpoints-adapter-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 tasks-adapter MCP tool catalog (ask, list, answer, claim, status, list-responders, verify, poll). Bearer-token auth when BPX_MCP_TOKEN is configured. Source: packages/tasks-adapter/src/mcp/http-transport.ts:9-160."
},
"outgoingEdges": [
{
"from": "api-endpoint:tasks-adapter-mcp-streamable",
"to": "package:a5c-ai-tasks-adapter",
"kind": "exposed_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "package:a5c-ai-tasks-adapter",
"to": "api-endpoint:tasks-adapter-mcp-streamable",
"kind": "exposes_endpoint",
"attributes": {}
}
]
}