hookehuyr

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

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