feat(mcp): route Playwright MCP through Patchright by default#1262
feat(mcp): route Playwright MCP through Patchright by default#1262atxtechbro wants to merge 2 commits intomainfrom
Conversation
…d Patchright shim and wrapper script\n- Update MCP configs (mcp.json, .mcp.json)\n- Update Codex config to use wrapper\n\nToggle: set USE_PATCHRIGHT=0 to opt out\nSetup: run 'npx patchright install chromium' for undetectable Chromium\n\nNo references to private apps; general-purpose MCP wiring only.
|
⏳ Code review in progress. Analyzing for code quality issues and best practices. Detailed findings will be posted upon completion. Using Amazon Q Developer for GitHubAmazon Q Developer1 is an AI-powered assistant that integrates directly into your GitHub workflow, enhancing your development process with intelligent features for code development, review, and transformation. Slash Commands
FeaturesAgentic Chat Code Review CustomizationYou can create project-specific rules for Amazon Q Developer to follow:
Example rule: FeedbackTo provide feedback on Amazon Q Developer, create an issue in the Amazon Q Developer public repository. For more detailed information, visit the Amazon Q for GitHub documentation. Footnotes
|
…se PATH command\n\n- Wrapper resolves its own directory; no absolute NODE_PATH\n- MCP configs use 'patchright-playwright-mcp' on PATH\n- setup-all-mcp-servers.sh creates ~/.local/bin symlink for portability
|
Addressed portability: removed hardcoded absolute paths.\n\n- Wrapper now resolves its own directory and sets NODE_PATH dynamically\n- MCP configs call 'patchright-playwright-mcp' from PATH (no absolute paths)\n- setup-all-mcp-servers.sh creates ~/.local/bin symlink to the wrapper\n\nThis keeps the repo portable across machines/worktrees without referencing private directories. |
feat(mcp): route Playwright MCP through Patchright by default
Summary
Changes
Usage
Dependencies (not auto-installed)
Verification
Notes