File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed
Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "includeCoAuthoredBy" : true ,
3+ "allowedMcpServers" : [
4+ { "serverName" : " github" },
5+ { "serverName" : " microsoft-learn" }
6+ ],
7+ "permissions" : {
8+ "allow" : [
9+ " Bash(cat:*)" ,
10+ " Bash(done:*)" ,
11+ " Bash(sed:*)" ,
12+ " Bash(gh pr view:*)" ,
13+ " Bash(gh pr diff:*)" ,
14+ " Bash(git log:*)" ,
15+ " Bash(git show:*)" ,
16+ " Bash(dotnet build:*)" ,
17+ " Bash(dotnet test:*)" ,
18+ " mcp__ide__getDiagnostics" ,
19+ " mcp__github__issue_read" ,
20+ " mcp__microsoft-learn__microsoft_docs_search" ,
21+ " mcp__microsoft-learn__microsoft_docs_fetch"
22+ ],
23+ "deny" : [
24+ " Read(./.env)" ,
25+ " Read(./.env.*)"
26+ ]
27+ }
28+ }
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ Toolbox/Libs/
1616out /
1717.vs /
1818
19+ # ## Claude CLI ###
20+ .claude /* .local.json
21+
22+
1923# ## VisualStudioCode ###
2024.vscode /*
2125! .vscode /tasks.json
You can’t perform that action at this time.
0 commit comments