From 3ae9922dc4dee01124990fd0faaf71e324654d68 Mon Sep 17 00:00:00 2001 From: xlsea Date: Wed, 9 Jul 2025 09:30:46 +0800 Subject: [PATCH] =?UTF-8?q?docs(other):=20=E4=BF=AE=E6=94=B9=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cursor/mcp.json | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.cursor/mcp.json b/.cursor/mcp.json index 5c4d03bb..8a042511 100644 --- a/.cursor/mcp.json +++ b/.cursor/mcp.json @@ -16,7 +16,7 @@ }, "playwright": { "command": "npx", - "args": ["@playwright/mcp@latest"] + "args": ["@playwright/mcp@0.0.29"] }, "mcp-server-time": { "command": "uvx", @@ -26,7 +26,7 @@ "command": "npx", "args": ["-y", "mcp-shrimp-task-manager"], "env": { - "DATA_DIR": "D:/workspace/Aother/mcp-shrimp-task-manager/data", + "DATA_DIR": "D:/workspace/mcp-shrimp-task-manager/data", "TEMPLATES_USE": "en", "ENABLE_GUI": "false" } diff --git a/README.md b/README.md index 484050dc..7b0d6f35 100644 --- a/README.md +++ b/README.md @@ -119,8 +119,8 @@ root ## 🚀 环境要求与安装 ### 环境要求 -- Node.js >= 18.20.0 -- pnpm >= 8.7.0 +- Node.js >= 20.19.0 +- pnpm >= 10.5.0 - Git ### 安装步骤及说明