- 更新配置项,确保 JSON 格式正确 - 添加新的浏览器导航和点击操作支持 🤖 Generated with [Claude Code](https://claude.ai/code)
27 lines
641 B
JSON
27 lines
641 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"mcp__context7__resolve-library-id",
|
|
"mcp__context7__get-library-docs",
|
|
"Bash(go mod:*)",
|
|
"Bash(go build:*)",
|
|
"Bash(go get:*)",
|
|
"Bash(go list:*)",
|
|
"Bash(go test:*)",
|
|
"Bash(rmdir:*)",
|
|
"Bash(rm:*)",
|
|
"Bash(gofmt:*)",
|
|
"Bash(goimports:*)",
|
|
"Bash(chmod:*)",
|
|
"Bash(true)",
|
|
"Bash(go vet:*)",
|
|
"Bash(golangci-lint run:*)",
|
|
"WebSearch",
|
|
"mcp__playwright__browser_navigate",
|
|
"mcp__playwright__browser_click",
|
|
"mcp__playwright__browser_tab_select",
|
|
"Bash(gh pr merge:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |