Skip to content

mcporter

Version 2026.144.1443
Repo superproject

Installs the mcporter MCP CLI globally via npm so mcporter is on PATH for listing, configuring, and calling MCP tools. The candy depends on nodejs and ships a package.json pinning mcporter, which the build installs globally under NPM_CONFIG_PREFIX (~/.npm-global). The result is verifiable: the mcporter binary lands at ~/.npm-global/bin/mcporter, the mcporter package is unpacked under ~/.npm-global/lib/node_modules/mcporter, mcporter --version exits cleanly and prints a semantic version, and mcporter --help lists the core MCP commands (list, call) that define the CLI surface.

This candy’s plan: — the runnable spec charly check executes against a live deployment. check: steps are idempotent probes; run: steps change state.

Intent Step
check the mcporter binary is installed into the npm global bin directory
check the mcporter package is unpacked under the npm global lib directory
check running mcporter –version exits cleanly and prints a semantic version
check running mcporter –help lists the list and call MCP commands