@coofly/agent-browser-mcp 1.0.2 → 1.0.3

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/Dockerfile +0 -3
  2. package/package.json +1 -1
package/Dockerfile CHANGED
@@ -28,9 +28,6 @@ RUN npm ci --omit=dev && npm cache clean --force
28
28
  # 从构建阶段复制编译产物
29
29
  COPY --from=builder /app/dist ./dist
30
30
 
31
- # 复制配置文件模板
32
- COPY config.example.yaml ./
33
-
34
31
  # 环境变量
35
32
  ENV NODE_ENV=production
36
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coofly/agent-browser-mcp",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "MCP server for agent-browser - headless browser automation for AI agents",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",