@playwright/mcp 0.0.39-alpha-2025-09-20 → 0.0.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/config.d.ts +0 -5
  2. package/package.json +1 -1
package/config.d.ts CHANGED
@@ -100,11 +100,6 @@ export type Config = {
100
100
  */
101
101
  saveTrace?: boolean;
102
102
 
103
- /**
104
- * Reuse the same browser context between all connected HTTP clients.
105
- */
106
- sharedBrowserContext?: boolean;
107
-
108
103
  /**
109
104
  * Secrets are used to prevent LLM from getting sensitive data while
110
105
  * automating scenarios such as authentication.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playwright/mcp",
3
- "version": "0.0.39-alpha-2025-09-20",
3
+ "version": "0.0.39",
4
4
  "description": "Playwright Tools for MCP",
5
5
  "repository": {
6
6
  "type": "git",