create_project
Scaffold a new project from a Starter Series template. Provide a template and project name to generate a ready-to-use codebase.
Instructions
Scaffold a new project from a Starter Series template
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name (alphanumeric start, '-' or '_' only) | |
| init_git | No | Initialize a fresh git repo after scaffold (default: true) | |
| template | Yes | Template ID (use list_templates to see options) | |
| output_dir | No | Output directory (defaults to ./<name>, relative to the MCP server's cwd) | |
| description | No | One-line project description |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| filesReplaced | Yes | ||
| filesExtracted | Yes | ||
| gitInitialized | Yes |