v0.8.0 — CLI mode
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.readhandles HTML and PDFs;searchcovers web/news/images;researchemits 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.