mirror of
https://github.com/aljazceru/goose.git
synced 2026-02-20 22:14:21 +01:00
add playwright-mcp server to extensions list (#3010)
This commit is contained in:
@@ -165,5 +165,17 @@
|
||||
"is_builtin": false,
|
||||
"endorsed": false,
|
||||
"environmentVariables": []
|
||||
},
|
||||
{
|
||||
"id": "playwright",
|
||||
"name": "Playwright",
|
||||
"description": "Interact with web pages through structured accessibility snapshots using Playwright",
|
||||
"command": "npx @playwright/mcp@latest",
|
||||
"link": "https://github.com/microsoft/playwright-mcp",
|
||||
"installation_notes": "Install using npx package manager.",
|
||||
"is_builtin": false,
|
||||
"endorsed": true,
|
||||
"githubStars": 12309,
|
||||
"environmentVariables": []
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user