Initial iframe support
This version starts supporting iframes.
You can dump iframe's content using the fetch command:
lightpanda fetch --dump html --with_frames <URL>
First MCP server iteration
Start integrated stdio MCP server with lightpanda mcp. Some initial tools are available, notably goto and evaluate.
custom CDP command: LP.getMarkdown
First custom CDP command available to dump a page in markdown format.