Add: flags for the chrome devtools mcp and the tavily mcp (#411)

This commit is contained in:
David-Dohyun-Im 2025-10-06 00:11:21 +09:00 committed by GitHub
parent fdfb05e981
commit c67abcfc1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

View File

@ -18,6 +18,8 @@
| `--seq` / `--sequential` | Sequential | Multi-step reasoning, debugging | Complex debugging, system design |
| `--magic` | Magic | UI component generation | `/ui` commands, frontend keywords |
| `--play` / `--playwright` | Playwright | Browser testing, E2E validation | Testing requests, visual validation |
| `--chrome` / `--devtools` | Chrome DevTools | Performance analysis, debugging | Performance auditing, debugging, layout issues |
| `--tavily` | Tavily | Web search, real-time info | Web search requests, research queries |
| `--morph` / `--morphllm` | Morphllm | Bulk transformations, pattern edits | Bulk operations, style enforcement |
| `--serena` | Serena | Project memory, symbol operations | Symbol operations, large codebases |

View File

@ -50,6 +50,14 @@ Behavioral flags for Claude Code to enable specific execution modes and tool sel
- Trigger: Browser testing, E2E scenarios, visual validation, accessibility testing
- Behavior: Enable Playwright for real browser automation and testing
**--chrome / --devtools**
- Trigger: Performance auditing, debugging, layout issues, network analysis, console errors
- Behavior: Enable Chrome DevTools for real-time browser inspection and performance analysis
**--tavily**
- Trigger: Web search requests, real-time information needs, research queries, current events
- Behavior: Enable Tavily for web search and real-time information gathering
**--all-mcp**
- Trigger: Maximum complexity scenarios, multi-domain problems
- Behavior: Enable all MCP servers for comprehensive capability