添加MCP工具调用规则:服务端和客户端处理前调用对应MCP工具
This commit is contained in:
parent
aac89a701b
commit
83f0bacb76
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue