Skip to content

Commit cb5b09f

Browse files
committed
fix(crush): disable MCPs that I don't use too much
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
1 parent 9e5a9f5 commit cb5b09f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crush/crush.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
},
5454
"mcp": {
5555
"linear": {
56+
"disabled": false,
5657
"type": "http",
5758
"url": "https://mcp.linear.app/mcp",
5859
"disabled_tools": [
@@ -87,12 +88,14 @@
8788
"type": "http",
8889
"url": "https://api.githubcopilot.com/mcp/",
8990
"timeout": 30,
91+
"disabled": true,
9092
"headers": {
9193
"X-MCP-Tools": "get_file_contents,pull_request_read,get_commit,get_me,issue_read",
9294
"Authorization": "$(echo Bearer $GITHUB_TOKEN)"
9395
}
9496
},
9597
"context7": {
98+
"disabled": true,
9699
"type": "http",
97100
"timeout": 30,
98101
"url": "https://mcp.context7.com/mcp"

0 commit comments

Comments
 (0)