mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-02-28 11:18:12 +08:00
refactor: 分散式目录结构 — 每个条目独立 <id>/index.json
This commit is contained in:
43
mcp/playwright-mcp/index.json
Normal file
43
mcp/playwright-mcp/index.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"id": "playwright-mcp",
|
||||
"name": "Playwright MCP",
|
||||
"description": "浏览器自动化 — 网页导航、截图、表单填写、DOM 操作、PDF 生成",
|
||||
"protocol": "mcp",
|
||||
"status": "offline",
|
||||
"origin": "registry",
|
||||
"transport": "stdio",
|
||||
"capabilities": [
|
||||
"page_navigate",
|
||||
"screenshot",
|
||||
"dom_query",
|
||||
"form_fill",
|
||||
"pdf_generate",
|
||||
"content_extract"
|
||||
],
|
||||
"toolCount": 33,
|
||||
"version": "0.0.68",
|
||||
"author": "Microsoft",
|
||||
"tags": [
|
||||
"浏览器",
|
||||
"自动化",
|
||||
"Playwright"
|
||||
],
|
||||
"install": {
|
||||
"method": "npx",
|
||||
"packageName": "@playwright/mcp",
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"@playwright/mcp@latest"
|
||||
],
|
||||
"postInstall": [
|
||||
"npx playwright install chromium"
|
||||
]
|
||||
},
|
||||
"connection": {
|
||||
"transport": "stdio",
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"@playwright/mcp@latest"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user