Forrest logo
back to the jq tool

jq:ai:5a5b8

Extract the binary name of the specified package item from the JSON object
$ jq '.mcpServers."${package-item}".command'
try on your machine

Extract the binary name of the specified package item from the JSON object

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • jq => { "mcpServers": { "<package-item>": { "command": "<binary-name>", "args": [ "<option>", "<flag>" ] },?
back to the jq tool