Skip to main content

parse_mcp_transcript

Function parse_mcp_transcript 

Source
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.