docs: 更新 MCP_README.md,增强 Claude Desktop 和 Cursor 的配置说明 (#15)

- 📝 修改 Claude Desktop 的 MCP 服务器配置示例,更新为使用 curl 命令
-  为 Cursor 添加项目级和全局配置示例,提升文档清晰度
- 🔧 更新相关图片文件,确保文档内容一致性

支持的 MCP 客户端:
 Claude Code CLI
 Claude Desktop
 Cursor
 VSCode
 MCP Inspector

🤖 Generated with [Claude Code](https://claude.ai/code)
This commit is contained in:
zy
2025-08-17 16:55:07 +08:00
committed by GitHub
parent 1ddc87349e
commit b64b241651
6 changed files with 77 additions and 25 deletions

View File

@@ -15,7 +15,11 @@
"Bash(chmod:*)",
"Bash(true)",
"Bash(go vet:*)",
"Bash(golangci-lint run:*)"
"Bash(golangci-lint run:*)",
"WebSearch",
"mcp__playwright__browser_navigate",
"mcp__playwright__browser_click",
"mcp__playwright__browser_tab_select"
],
"deny": []
}