-
Notifications
You must be signed in to change notification settings - Fork 597
Open
Description
Problem
Agent markdown files currently support a Playwright shorthand that expands to all Playwright MCP tools during compilation. For example:
tools: Write, Read, Bash, WebFetch, PlaywrightThere is no equivalent shorthand for Claude in Chrome browser automation tools. Users must list all 17 mcp__claude-in-chrome__* tools individually, which is verbose and error-prone.
Proposed Solution
Add a Chrome tool alias that expands to all Claude in Chrome MCP tools, following the same pattern as Playwright:
- Add
replace_chrome_tools()function inscripts/common-functions.sh - Add corresponding replacement logic in
compile_agent()
Expected Usage
tools: Write, Read, Bash, ChromeThis would expand to all 17 Claude in Chrome tools during agent compilation.
Metadata
Metadata
Assignees
Labels
No labels