#!/usr/bin/env node /** * Miyabi MCP Bundle - CLI with Onboarding Flow * * Commands: * miyabi-mcp Start the MCP server (default) * miyabi-mcp init Interactive setup wizard * miyabi-mcp doctor Diagnose setup issues * miyabi-mcp info Show system information * miyabi-mcp --help Show help */ export {}; //# sourceMappingURL=cli.d.ts.map