One-shot command-line MCP client for the 2026-07-28 protocol era.
Dependencies
moon install marianoguerra/mcp-inspector-cli
mcp-inspector-cli --helpmcp-inspector-cli http://127.0.0.1:3100/mcp --transport http --method tools/list
mcp-inspector-cli ./my-server --transport stdio --method tools/call \
--tool-name echo --tool-arg message=hi
mcp-inspector-cli --config ./mcp.json --server my-server --method tools/listimpl Show for UsageErrorpub(all) struct ErrorEnvelope {
code : String
message : String
cause : String?
status : Int?
url : String?
} derive(Debug)let exit_tool_error : IntOne-shot command-line MCP client for the 2026-07-28 protocol era.
Dependencies