From 20e60e09b6b1a323e68d3d5fa4a3502b74269a71 Mon Sep 17 00:00:00 2001 From: Amolith Date: Fri, 31 Oct 2025 10:33:46 -0600 Subject: [PATCH] chore(crush): yeet mcp --- crush.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/crush.json b/crush.json index 44072620be6aa8391016aa26c5531df2cfda2480..bfb35b644c039e09959eda61788ca25e9989b1c7 100644 --- a/crush.json +++ b/crush.json @@ -4,12 +4,5 @@ "gopls": { "command": "gopls" } - }, - "mcp": { - "gopls": { - "type": "stdio", - "command": "gopls", - "args": ["mcp"] - } } }