Dart MCP Server

dart-create

Generate Dart projects using predefined templates like console, package, server-shelf, or web. Specify project name, output directory, and optional configurations for streamlined project setup via the Dart MCP Server.

Input Schema

NameRequiredDescriptionDefault
optionsNoAdditional project creation options
outputNoDirectory where to create the project
projectNameYesName of the project to create
templateNoTemplate to use for project generationpackage

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "options": { "description": "Additional project creation options", "items": { "type": "string" }, "type": "array" }, "output": { "description": "Directory where to create the project", "type": "string" }, "projectName": { "description": "Name of the project to create", "type": "string" }, "template": { "default": "package", "description": "Template to use for project generation", "enum": [ "console", "package", "server-shelf", "web" ], "type": "string" } }, "required": [ "projectName" ], "type": "object" }

You must be authenticated.

Other Tools from Dart MCP Server

Related Tools

ID: vuwii9l5gu