Overview
The sunpeak CLI provides commands for managing MCP Apps, from project creation to local development and production builds.Commands
The CLI includes commands for project management and development:| Command | Description |
|---|---|
sunpeak new | Create a new sunpeak project |
sunpeak dev | Start the development server (includes simulator and MCP server) |
sunpeak build | Build production bundles |
sunpeak upgrade | Upgrade sunpeak to the latest version |
The CLI is included when you install sunpeak. No separate installation required!
Development Workflow
The typical development workflow with sunpeak:- Create a new project with
sunpeak new - Develop your resources using
sunpeak devfor live preview in the simulator - Test your app with automated e2e tests using the ChatGPT simulator
- Build for production with
sunpeak build - Deploy your MCP server with the built resources
Dive Deeper
CLI API Reference
Detailed documentation for all CLI commands.