fix(tooling): 🐛 update claude install commands
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
781221537e
commit
d6d89c8a29
1 changed files with 4 additions and 1 deletions
|
|
@ -21,7 +21,10 @@
|
|||
"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 *)"
|
||||
"Bash(npm install *)",
|
||||
"Bash(python3 -c \"import json,sys; p=json.load\\(sys.stdin\\); print\\('version:', p['version']\\); print\\('bin:', list\\(p.get\\('bin',{}\\).keys\\(\\)\\)\\)\")",
|
||||
"Bash(mcp-experts install-skills *)",
|
||||
"Bash(echo \"EXIT: $?\")"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue