pub fn parse_mcp_transcript(
text: &str,
format: McpInputFormat,
) -> Result<Vec<McpEvent>>Expand description
Parse MCP transcript file contents into normalized McpEvents.
Public surface, unchanged. Projects the events out of the detailed parse and drops the era
sidecar, so downstream McpEvent consumers see exactly what they saw before this slice.