create_project
Initiate and configure a new Node.js project with specific settings like project type, directory path, and TypeScript support using the Node Omnibus MCP Server.
Instructions
Create a new Node.js project with enhanced configuration
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Project name | |
path | Yes | Project directory path | |
type | Yes | Project type | |
typescript | No | Enable TypeScript support |