From 49fbc9e417be3e5f92f0d804ca1d5aeb3c77e862 Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sat, 29 Nov 2025 18:22:45 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 18 +++++++++++++++++ README.md | 3 +++ plugin.lock.json | 41 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 62 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.md create mode 100644 plugin.lock.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..ba34929 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,18 @@ +{ + "name": "playwright", + "description": "Browser automation and testing with Playwright via MCP server", + "version": "1.0.0", + "author": { + "name": "Playwright Team" + }, + "mcp": { + "playwright": { + "type": "stdio", + "command": "npx", + "args": [ + "-y", + "@playwright/mcp@latest" + ] + } + } +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..19fcb95 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# playwright + +Browser automation and testing with Playwright via MCP server diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..234d37f --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,41 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:dkmaker/my-claude-plugins:playwright", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "2eb62367c18229fe79ed4506e0ae36963fcec1f9", + "treeHash": "962f45080603da727b5f428a38b2209c19f3e37919342b80f8cf3c7161337282", + "generatedAt": "2025-11-28T10:16:31.371835Z", + "toolVersion": "publish_plugins.py@0.2.0" + }, + "origin": { + "remote": "git@github.com:zhongweili/42plugin-data.git", + "branch": "master", + "commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390", + "repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data" + }, + "manifest": { + "name": "playwright", + "description": "Browser automation and testing with Playwright via MCP server", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "cf8e69d7567addaea4271837a52da90335320b4d2f4a4d5f35f59d0484fda231" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "eb4840ea8b2d3b0965e929826241e3d0bf6790a9ae9d5195d3a124bfbf4aa280" + } + ], + "dirSha256": "962f45080603da727b5f428a38b2209c19f3e37919342b80f8cf3c7161337282" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file