mcporter/docs/pnpm-mcp-migration.md
2025-11-08 03:53:10 +00:00

646 B

summary read_when
Mapping from the legacy `pnpm mcp:*` scripts to the modern mcporter CLI.
Helping teammates migrate old pnpm workflows to mcporter

Migrating from pnpm mcp:*

The legacy pnpm mcp:* helpers map directly onto the mcporter CLI.

  • pnpm mcporter:listnpx mcporter list
  • pnpm mcporter:call server.tool key=valuenpx mcporter call server.tool key=value
  • New flags: --schema surfaces full tool schemas, and --tail-log follows log output referenced by responses.

For a step-by-step checklist (including config updates and environment variables) see docs/migration.md.