mcp-workbench-cli
v0.2.0
Published
MCP Workbench CLI — convenience wrapper for @mcp-workbench/cli
Maintainers
Readme
mcp-workbench-cli
Convenience wrapper for @mcp-workbench/cli.
The unscoped npm name mcp-workbench is taken by an unrelated project. This package provides the same mcp-workbench command under an alternative package name.
Installation
npm install -g mcp-workbench-cliThis is equivalent to:
npm install -g @mcp-workbench/cliBoth install the mcp-workbench command.
Usage
mcp-workbench inspect --command node --args "path/to/server.js"
mcp-workbench run tests.yaml --verboseSee the MCP Workbench documentation for the full reference.
