fix(tooling): 🐛 update npm dist-tags and versions queries
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
c9f906d9e5
commit
2f91a6d570
1 changed files with 4 additions and 1 deletions
|
|
@ -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)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue