Skip to content

v0.8.0 — CLI mode

Choose a tag to compare

@That1Drifter That1Drifter released this 12 Jun 19:43
· 7 commits to main since this release

Added

  • CLI mode (#41): npx browse-mcp read|search|research ... runs the same core as the MCP tools but writes results to stdout, a token-light path for shell-capable agents. read handles HTML and PDFs; search covers web/news/images; research emits one concatenated document.
  • Attaches to a running server''s browser when the server is started with BROWSE_MCP_CDP (opt-in localhost CDP port; see SECURITY.md); otherwise launches its own browser on the shared profile, ephemeral when locked.
  • No arguments still starts the MCP server, so existing client configs are unaffected.

Full details in CHANGELOG.md.