From a92e65af3410acfc8c7fec22bee5d6fd86d714c5 Mon Sep 17 00:00:00 2001 From: Natalie Date: Sun, 19 Apr 2026 18:55:17 -0700 Subject: [PATCH] =?UTF-8?q?feat(projects):=20=E2=9C=A8=20add=20expert=20mo?= =?UTF-8?q?de=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .mcp.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.mcp.json b/.mcp.json index 28719516..7403a462 100644 --- a/.mcp.json +++ b/.mcp.json @@ -3,6 +3,10 @@ "objectives": { "command": "/opt/homebrew/bin/mcp-objectives", "args": [] + }, + "experts": { + "command": "/opt/homebrew/bin/mcp-experts", + "args": [] } } }