mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
Get rid of dependency on playwright-mcp (#292432)
This commit is contained in:
committed by
GitHub
parent
2c2c45a9b5
commit
c8d90ab45f
@@ -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[] = [];
|
||||
|
||||
Reference in New Issue
Block a user