@cotestdev/mcp_playwright 0.0.1 → 0.0.2

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.
package/lib/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @cotest/mcp_playwright - Playwright MCP Tools
2
+ * @cotestdev/mcp_playwright - Playwright MCP Tools
3
3
  *
4
4
  * This package exports Playwright browser automation tools for use with
5
5
  * Model Context Protocol (MCP) servers.
package/lib/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @cotest/mcp_playwright - Playwright MCP Tools
2
+ * @cotestdev/mcp_playwright - Playwright MCP Tools
3
3
  *
4
4
  * This package exports Playwright browser automation tools for use with
5
5
  * Model Context Protocol (MCP) servers.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cotestdev/mcp_playwright",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Playwright MCP (Model Context Protocol) tools for browser automation",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",