646 B
646 B
| summary | read_when | |
|---|---|---|
| Mapping from the legacy `pnpm mcp:*` scripts to the modern mcporter CLI. |
|
Migrating from pnpm mcp:*
The legacy pnpm mcp:* helpers map directly onto the mcporter CLI.
pnpm mcporter:list→npx mcporter listpnpm mcporter:call server.tool key=value→npx mcporter call server.tool key=value- New flags:
--schemasurfaces full tool schemas, and--tail-logfollows log output referenced by responses.
For a step-by-step checklist (including config updates and environment variables) see docs/migration.md.