feat: update playwright-mcp 0.0.75

This commit is contained in:
arch3rPro
2026-05-26 03:39:04 +08:00
parent fbf47cfd60
commit 5b1988a895
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -967,7 +967,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🎭 提供浏览器自动化功能的 MCP 服务器
<kbd>1.60.0-noble</kbd> • [官网链接](https://github.com/microsoft/playwright-mcp)
<kbd>0.0.75</kbd> • [官网链接](https://github.com/microsoft/playwright-mcp)
</td>
<td width="33%" align="center">
@@ -1,6 +1,6 @@
services:
playwright-mcp:
image: mcr.microsoft.com/playwright/mcp:v0.0.36
image: mcr.microsoft.com/playwright/mcp:v0.0.75
container_name: ${CONTAINER_NAME}
restart: always
networks:
@@ -20,14 +20,13 @@ services:
- USER_AGENT=${USER_AGENT}
command: ["--port", "8931", "--host", "0.0.0.0"]
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8931/mcp"]
test: ["CMD", "curl", "-f", "http://localhost:8931/mcp"]
interval: 30s
timeout: 10s
retries: 3
start_period: 60s
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true
external: true