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
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 |