Skip to content

Commit 56b328e

Browse files
committed
feat: remove mcp
1 parent 73446ab commit 56b328e

2 files changed

Lines changed: 10 additions & 28 deletions

File tree

.claude/settings.json

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,18 @@
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
}

.mcp.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
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
}

0 commit comments

Comments
 (0)