{"name":"enterprise-traceability","version":"1.0.0","description":"Stratum Ascent digital-thread MCP tools (Phase 6)","tools":[{"name":"trace_hero_thread","description":"Return the documented closed-loop traceability chain for a Stratum Ascent hero thread (thread-1 harness, thread-2 windows, thread-3 pressure).","inputSchema":{"type":"object","properties":{"threadId":{"type":"string","enum":["thread-1","thread-2","thread-3"],"description":"Hero thread identifier"}},"required":["threadId"]}},{"name":"resolve_ci_traceability","description":"Resolve a Configuration Item (STR-*) to its PBS node, drawing package, live DWG links, and hero-thread steps.","inputSchema":{"type":"object","properties":{"ciId":{"type":"string","description":"Configuration Item id, e.g. STR-HARN-PAD"}},"required":["ciId"]}},{"name":"list_capsule_pbs","description":"List the Stratum Ascent Product Breakdown Structure nodes with CI mappings and diagram regions.","inputSchema":{"type":"object","properties":{"rootOnly":{"type":"boolean","description":"When true, return only the vehicle root id"}}}},{"name":"list_hero_threads","description":"List all three documented hero traceability threads with step counts.","inputSchema":{"type":"object","properties":{}}}],"endpoint":"/api/mcp"}