Get rid of dependency on playwright-mcp (#292432)

This commit is contained in:
Tyler James Leonhardt
2026-02-02 23:16:17 -08:00
committed by GitHub
parent 2c2c45a9b5
commit c8d90ab45f
10 changed files with 82 additions and 654 deletions

View File

@@ -18,7 +18,7 @@ function textResponse(text: string) {
/**
* Window Management Tools for multi-window support.
* These tools are thin wrappers around PlaywrightDriver methods.
* These tools provide Playwright-based window interactions through the automation driver.
*/
export function applyWindowTools(server: McpServer, appService: ApplicationService): RegisteredTool[] {
const tools: RegisteredTool[] = [];