mcpkit

check-env

Verify local environment prerequisites and basic project readiness.

Purpose

mcpkit check-env checks the local toolchain and current directory.

Basic syntax

mcpkit check-env

Verified options

  • --json
  • -v, --verbose

Example

mcpkit check-env --json

What it checks

  • Node.js version
  • npm
  • bun
  • pnpm
  • package.json
  • @modelcontextprotocol/sdk
  • TypeScript installation
  • src/ directory presence

Output modes

  • text mode for human-readable status lines
  • JSON mode with checks and a summary

On this page