From 781221537e941445f57dcef87d2cd69c63e3c5cb Mon Sep 17 00:00:00 2001 From: Natalie Date: Sun, 19 Apr 2026 20:00:45 -0700 Subject: [PATCH] =?UTF-8?q?chore(@projects/@magic-civilization):=20?= =?UTF-8?q?=F0=9F=94=A7=20update=20claude=20tooling=20commands?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- tooling/claude/dot-claude/settings.local.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tooling/claude/dot-claude/settings.local.json b/tooling/claude/dot-claude/settings.local.json index c2d10080..6c8a8f89 100644 --- a/tooling/claude/dot-claude/settings.local.json +++ b/tooling/claude/dot-claude/settings.local.json @@ -16,7 +16,12 @@ "Bash(mcp-experts --help)", "Bash(python3 -c \"import json,sys; p=json.load\\(sys.stdin\\); print\\('description:', p.get\\('description',''\\)\\); print\\('version:', p['version']\\)\")", "Read(//Users/natalie/**)", - "Bash(mcp-experts-setup --help)" + "Bash(mcp-experts-setup --help)", + "Bash(curl -sf http://127.0.0.1:4873/mcp-experts)", + "Bash(python3 -c \"import json,sys; d=json.load\\(sys.stdin\\); tags=d.get\\('dist-tags',{}\\); vers=list\\(d.get\\('versions',{}\\).keys\\(\\)\\); print\\('latest:', tags.get\\('latest'\\)\\); print\\('versions:', vers\\)\")", + "Bash(curl -sf http://127.0.0.1:4873/@lilith%2Fmcp-experts)", + "Bash(python3 -c \"import json,sys; d=json.load\\(sys.stdin\\); print\\('latest:', d.get\\('dist-tags',{}\\).get\\('latest'\\)\\); print\\('versions:', list\\(d.get\\('versions',{}\\).keys\\(\\)\\)\\)\")", + "Bash(npm install *)" ] } }