chore(@projects/@magic-civilization): 🔧 update claude tooling commands
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
bc4e5d5b51
commit
781221537e
1 changed files with 6 additions and 1 deletions
|
|
@ -16,7 +16,12 @@
|
|||
"Bash(mcp-experts --help)",
|
||||
"Bash(python3 -c \"import json,sys; p=json.load\\(sys.stdin\\); print\\('description:', p.get\\('description',''\\)\\); print\\('version:', p['version']\\)\")",
|
||||
"Read(//Users/natalie/**)",
|
||||
"Bash(mcp-experts-setup --help)"
|
||||
"Bash(mcp-experts-setup --help)",
|
||||
"Bash(curl -sf http://127.0.0.1:4873/mcp-experts)",
|
||||
"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 *)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue