mirror of
https://github.com/mfakbar127/Claude-Samurai
synced 2026-06-21 13:57:42 +00:00
26 lines
687 B
JSON
26 lines
687 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(pnpm tsc:*)",
|
|
"mcp__exa__get_code_context_exa",
|
|
"mcp__context7__resolve-library-id",
|
|
"mcp__context7__get-library-docs",
|
|
"mcp__exa__web_search_exa",
|
|
"Bash(pnpm dlx shadcn@latest add native-select)",
|
|
"mcp__shadcn__get_project_registries",
|
|
"mcp__shadcn__search_items_in_registries",
|
|
"mcp__shadcn__get_add_command_for_items",
|
|
"Bash(pnpm dlx shadcn@latest add:*)",
|
|
"Bash(pnpm exec biome check:*)",
|
|
"Bash(pnpm install:*)",
|
|
"Bash(pnpm search:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
},
|
|
"enableAllProjectMcpServers": true,
|
|
"enabledMcpjsonServers": [
|
|
"shadcn"
|
|
]
|
|
}
|