MCP Terminal Server

  • genkit-tools
{ "private": true, "scripts": { "preinstall": "npx only-allow pnpm", "build": "pnpm install && pnpm build:common && pnpm build:telemetry-server && pnpm build:cli", "build:cli": "cd cli && pnpm build", "build:telemetry-server": "cd telemetry-server && pnpm build", "build:common": "cd common && pnpm build && cd .. && pnpm export:schemas", "export:schemas": "npx tsx scripts/schema-exporter.ts .", "pack:all": "pnpm run pack:cli && pnpm run pack:telemetry-server && pnpm run pack:common", "pack:common": "cd common && pnpm pack --pack-destination ../../dist", "pack:cli": "cd cli && pnpm pack --pack-destination ../../dist", "pack:telemetry-server": "cd telemetry-server && pnpm pack --pack-destination ../../dist" }, "devDependencies": { "json-schema": "^0.4.0", "only-allow": "^1.2.1", "rimraf": "^6.0.1", "tsx": "^4.19.2", "zod": "^3.22.4", "zod-to-json-schema": "^3.22.4" }, "pnpm": { "overrides": { "cross-spawn": "^7.0.5" } }, "packageManager": "pnpm@10.2.0+sha256.72f1630812107c8723eb5be4517725f3e13f09cfd8f71571cf29f23ce318bdb7" }