fix(tooling): 🐛 update npm dist-tags and versions queries

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Natalie 2026-04-19 20:31:30 -07:00
parent c9f906d9e5
commit 2f91a6d570

View file

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