hookehuyr

chore: 为 Claude 配置添加新工具和 MCP 服务

添加 find 命令工具以及 web-search-prime 和 web-reader MCP 服务,
以增强开发工作流和外部信息获取能力。
...@@ -11,7 +11,10 @@ ...@@ -11,7 +11,10 @@
11 "Bash(git checkout:*)", 11 "Bash(git checkout:*)",
12 "Bash(git add:*)", 12 "Bash(git add:*)",
13 "Bash(git commit:*)", 13 "Bash(git commit:*)",
14 - "Bash(git push:*)" 14 + "Bash(git push:*)",
15 + "Bash(find:*)",
16 + "mcp__web-search-prime__webSearchPrime",
17 + "mcp__web-reader__webReader"
15 ] 18 ]
16 } 19 }
17 } 20 }
......