Skip to content

Feat/v0.2.0#2

Merged
pyyush merged 10 commits intomainfrom
feat/v0.2.0
Feb 13, 2026
Merged

Feat/v0.2.0#2
pyyush merged 10 commits intomainfrom
feat/v0.2.0

Conversation

@pyyush
Copy link
Contributor

@pyyush pyyush commented Feb 13, 2026

No description provided.

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
@pyyush pyyush merged commit c49853d into main Feb 13, 2026
1 check passed
@pyyush pyyush deleted the feat/v0.2.0 branch February 18, 2026 03:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant