From 83f0bacb76f1ffe57d4f732457b337eda87adc52 Mon Sep 17 00:00:00 2001 From: Admin Date: Fri, 12 Jun 2026 15:42:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0MCP=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E8=B0=83=E7=94=A8=E8=A7=84=E5=88=99=EF=BC=9A=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E7=AB=AF=E5=92=8C=E5=AE=A2=E6=88=B7=E7=AB=AF=E5=A4=84=E7=90=86?= =?UTF-8?q?=E5=89=8D=E8=B0=83=E7=94=A8=E5=AF=B9=E5=BA=94MCP=E5=B7=A5?= =?UTF-8?q?=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 8e5bfa71..1749e194 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -4,3 +4,5 @@ - Files under `Mirserver` use GB2312/GBK encoding. Read and write them with the server encoding preserved; do not silently convert them to UTF-8. - Files under `client` use UTF-8 encoding. Read and write them as UTF-8. - When changing mirrored server/client logic, keep each side in its own encoding and verify Chinese text after edits. +- Before processing server-side code, call MCP tool: mcp_996_new_server +- Before processing client-side code, call MCP tool: mcp_996_client