v0.36.0

Mesh-LLM/mesh-llmv0.36.0Sep 1, 2026by github-actions[bot]

AI Summary

This release introduces experimental WebMCP support, enabling agents to discover and invoke page tools. It also includes a new WebMCP generation skill for exposing workflows and updates the eve integration.

Key Highlights

  • Added experimental WebMCP support for discovering and invoking page tools with frame-aware tool selection.
  • Added a WebMCP generation skill to help agents expose existing page workflows as validated tools.
  • Updated the eve integration to version 0.47.3.

New Features

  • WebMCP support (opt-in via flags).
  • WebMCP generation skill.

Full Release Notes

### New Features

- Added experimental **WebMCP support** for discovering and invoking tools provided by the current page, including frame-aware tool selection, detached results, cancellation, bounded metadata and output handling, and an opt-in MCP tool profile. WebMCP is enabled by default for locally managed Chrome and can be disabled with `--no-webmcp` or `AGENT_BROWSER_NO_WEBMCP`.
- Added a **WebMCP generation skill** that helps agents expose existing page workflows as validated page tools while recording safety constraints, deterministic checks, and fallback behavior.

### Improvements

- Updated the **eve integration** to 0.47.3 and raised its compatibility floor to 0.39.1.
- Updated **brace-expansion dependency resolutions** across the project lockfiles.

### Bug Fixes

- Removed the obsolete **Lightpanda session timeout** argument so launches use the current supported server options.

### Contributors

- @ctate
- @Railly
- @anupamme
- @arrufat