From 2f91a6d5706af3ea819225f84d26dd4ec7f95265 Mon Sep 17 00:00:00 2001 From: Natalie Date: Sun, 19 Apr 2026 20:31:30 -0700 Subject: [PATCH] =?UTF-8?q?fix(tooling):=20=F0=9F=90=9B=20update=20npm=20d?= =?UTF-8?q?ist-tags=20and=20versions=20queries?= 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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tooling/claude/dot-claude/settings.local.json b/tooling/claude/dot-claude/settings.local.json index 29133baf..034aab4a 100644 --- a/tooling/claude/dot-claude/settings.local.json +++ b/tooling/claude/dot-claude/settings.local.json @@ -35,7 +35,10 @@ "Bash(curl -sf \"http://npm.black.local/-/search?text=%40lilith%2Fmcp\")", "Bash(python3 -c \" import json,sys d=json.load\\(sys.stdin\\) for obj in d.get\\('objects', []\\): p=obj.get\\('package',{}\\) print\\(p.get\\('name'\\), p.get\\('version'\\)\\) \")", "Bash(npm --registry http://npm.black.local view @lilith/mcp-experts)", - "Bash(npm --registry http://npm.black.local view @lilith/mcp-objectives dist-tags)" + "Bash(npm --registry http://npm.black.local view @lilith/mcp-objectives dist-tags)", + "Bash(npm --registry http://npm.black.local view @lilith/mcp-experts dist-tags)", + "Bash(npm --registry http://npm.black.local view @lilith/mcp-experts versions --json)", + "Bash(npm --registry http://npm.black.local view @lilith/mcp-objectives versions --json)" ] } }