File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 "deny" : [],
2222 "ask" : []
2323 },
24- "hooks" : {
25- "PostToolUse" : [
26- {
27- "matcher" : " Write|Edit" ,
28- "hooks" : [
29- {
30- "type" : " command" ,
31- "command" : " bunx @pleaseai/code format --stdin" ,
32- "timeout" : 10
33- },
34- {
35- "type" : " command" ,
36- "command" : " bunx @pleaseai/code lsp --stdin" ,
37- "timeout" : 5
38- }
39- ]
40- }
41- ]
42- },
4324 "enabledPlugins" : {
4425 "asana@claude-plugins-official" : true ,
4526 "typescript-lsp@claude-plugins-official" : true ,
46- "plugin-dev@claude-plugins-official" : true
27+ "plugin-dev@claude-plugins-official" : true ,
28+ "code-please@code-please" : true
29+ },
30+ "extraKnownMarketplaces" : {
31+ "code-please" : {
32+ "source" : {
33+ "source" : " directory" ,
34+ "path" : " ./"
35+ }
36+ }
4737 }
4838}
Original file line number Diff line number Diff line change 11{
22 "mcpServers" : {
3- "grep" : {
4- "type" : " http" ,
5- "url" : " https://mcp.grep.app"
6- },
7- "deepwiki" : {
8- "type" : " sse" ,
9- "url" : " https://mcp.deepwiki.com/sse"
10- }
113 }
124}
You can’t perform that action at this time.
0 commit comments