UNPKG

codecrucible-synth

Version:

Production-Ready AI Development Platform with Multi-Voice Synthesis, Smithery MCP Integration, Enterprise Security, and Zero-Timeout Reliability

7 lines (6 loc) 181 B
#!/usr/bin/env node // Import the main application import('../dist/index.js').catch(error => { console.error('Failed to start CodeCrucible Synth:', error); process.exit(1); });