feat: migrate from MCP tools to CLI based tools (#252)

* feat: migrate from MCP tools to CLI tools

* fix: restore browser action emoji formatters for CLI output

Adapt formatBrowserAction for playwright-cli commands, replacing the old
mcp__playwright__browser_* tool name matching removed during migration.
This commit is contained in:
ezl-keygraph
2026-03-22 13:12:24 +05:30
committed by GitHub
parent 01dc49bbd6
commit c408eabc62
57 changed files with 724 additions and 1274 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{
"files": [],
"references": [{ "path": "apps/worker" }, { "path": "apps/cli" }, { "path": "packages/mcp-server" }]
"references": [{ "path": "apps/worker" }, { "path": "apps/cli" }]
}