chore(@projects/@magic-civilization): 🔧 update claude tooling commands

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Natalie 2026-04-19 20:00:45 -07:00
parent bc4e5d5b51
commit 781221537e

View file

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