Bryan Chen
d3bdc2e8d5
Fixed error in starting mcp server on windows
2025-10-31 14:22:31 -07:00
Tyler James Leonhardt
32d3077232
Run npm ci & point to README in vscode-playwright-mcp ( #270603 )
...
Fixes https://github.com/microsoft/vscode/issues/270534
2025-10-09 10:25:24 -07:00
Raymond Zhao
888de56127
fix: pin SDK version ( #268551 )
...
Fixes the build
2025-09-26 21:10:46 +00:00
Logan Ramos
02a22c8d39
Update MCP schema to be more conscise ( #268499 )
...
* Update MCP schema to be more conscise
* Remove debug string
2025-09-26 16:52:18 +00:00
Tyler James Leonhardt
bd46b9eb21
Fix vscode mcp dev server ( #266998 )
...
* use the `.js` suffix
* bump playwright mcp
2025-09-16 00:33:02 +00:00
Tyler James Leonhardt
f1a5fb082b
Go all in on stdio and gate all the tools behind the launch tool ( #264088 )
...
* Removes HTTP logic
* enable/disables automation tools based on if app is opened
* kill and re-create the playwright server based on if app is opened
2025-08-29 21:41:01 +00:00
Tyler James Leonhardt
14077dbc5b
Inject alpha playwright in to our automation in MCP case ( #262564 )
...
This fixes things for MCP... with a hack. But Playwright is not interested in having interop between Playwright & Playwright MCP atm... so this is the best we can do for now.
2025-08-20 21:02:18 +00:00
Tyler James Leonhardt
c81631ed89
Use stdio for the vscode playwright mcp ( #262260 )
...
* Use stdio for the vscode playwright mcp
makes for easier management... since it can be compiled when launched.
* add to readme
2025-08-19 08:27:10 +02:00
Tyler James Leonhardt
4a653ec816
Add initial MCP server ( #261898 )
2025-08-15 23:25:13 -07:00