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)" ] } }