v0.2.5

lightpanda-io/browserv0.2.5Mar 3, 2026by github-actions[bot]

AI Summary

Marks the start of iframe support and the integrated MCP server. It includes initial tools and a custom CDP command for markdown rendering.

Key Highlights

  • Initial iframe support
  • First MCP server iteration
  • Custom CDP command: `LP.getMarkdown`

New Features

  • MCP tools: goto and evaluate
  • Fetch command with `--with_frames` option
  • Markdown dump support

Full Release Notes

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