28 lines
746 B
JSON
28 lines
746 B
JSON
{
|
|
"sandbox": {
|
|
"network": {
|
|
"allowLocalBinding": true,
|
|
"allowUnixSockets": ["/Users/id/.colima/default/docker.sock"],
|
|
"allowedDomains": [
|
|
"github.com",
|
|
"registry.npmjs.org",
|
|
"*.npmjs.org",
|
|
"docker.com",
|
|
"docker.io",
|
|
"gcr.io",
|
|
"*.golang.org"
|
|
]
|
|
}
|
|
},
|
|
"enabledPlugins": {
|
|
"gopls-lsp@claude-plugins-official": true,
|
|
"context7@claude-plugins-official": true
|
|
},
|
|
"permissions": {
|
|
"defaultMode": "plan",
|
|
"allow": [
|
|
"mcp__context7__resolve-library-id",
|
|
"mcp__context7__get-library-docs"
|
|
]
|
|
}
|
|
} |