Merged
Conversation
Plugin (.claude-plugin + .mcp.json): - Plugin metadata and MCP server config for plugin directory submission - Zero-config: npx @browseragentprotocol/mcp auto-starts everything Skill (skills/bap-browser/): - Agent-directive SKILL.md: tool decision tree, selector priority, observe-act pattern, efficiency rules, recipes, error recovery - Apache-2.0 license MCP CLI auto-start (packages/mcp/src/cli.ts): - Standalone mode (default): spawns BAP Playwright server as child process - Port detection: reuses existing server if one is already running - Graceful shutdown: SIGTERM with SIGKILL escalation - resolveServerCommand checks fs.existsSync before falling back to npx - New flags: --port, --headless, --no-headless - Vendor-neutral help text with generic MCP client setup examples MCP package README: - Vendor-neutral rewrite: generic MCP client config examples - Documents standalone mode, new CLI options, Windows troubleshooting Root README: - Quick start restructured: leads with universal MCP setup - Plugin install as separate section - Vendor-neutral screenshot captions and alt text Tests: - standalone.test.ts: port detection, server wait polling, timeout, CLI args
- Default to local Chrome via new channel param across protocol, client, server, and Python SDK - Rename MCP server to BAPBrowser, remove bap_ prefix from all 22 tool names - Add auto-reconnect with health checks and resource cleanup via resetClient() - Switch screenshot default from PNG to JPEG (~60% smaller), force CSS 1x scale - Rewrite agent/extract with semantic content scoping and schema-aware extraction - Fix Zod union ordering (error before success) to prevent z.unknown() swallowing errors - Bump all packages from 0.1.0 to 0.2.0 - Update GitHub URLs to browseragentprotocol/bap org
- Rename plugin from bap-browser to BAPBrowser to match MCP server name - Pin .mcp.json to @browseragentprotocol/mcp@0.2.0 instead of @latest - Add client-specific headings (Claude Code, Claude Desktop, Codex CLI, Codex Desktop) to screenshot section
- Add exact commands for Claude Code (MCP + plugin install), Claude Desktop (config path + JSON), Codex CLI (CLI + TOML), Codex Desktop (TOML) - Move screenshots inline under each client section - Update MCP package README with same client-specific examples - Replace generic <client> placeholder with real commands
…very - Show all 4 client screenshots inline (remove collapsed <details> blocks) - Fix npm badge to link to @browseragentprotocol/mcp (the install package) - Rewrite SKILL.md description with 25+ natural language trigger phrases covering browsing, search, commerce, utilities, data extraction, and more - Add Google search and price comparison recipes to SKILL.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.