From e5671d3eec5a647524d1b322f0fd533e88fa6588 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Tue, 07 Apr 2026 16:22:10 +0800
Subject: [PATCH] config: 将 settings.local.json 添加到 .gitignore

---
 .mcp.json |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/.mcp.json b/.mcp.json
new file mode 100644
index 0000000..08a2ee7
--- /dev/null
+++ b/.mcp.json
@@ -0,0 +1,9 @@
+{
+  "mcpServers": {
+    "playwright": {
+      "command": "npx",
+      "args": ["@playwright/mcp", "start", "--port", "9090"],
+      "description": "Playwright browser automation for component testing"
+    }
+  }
+}

--
Gitblit v1.9.1