Dart MCP Server

dart-doc

Generate comprehensive documentation for Dart packages by specifying the directory and output path. Supports additional documentation options to customize the process for AI-powered development workflows.

Input Schema

NameRequiredDescriptionDefault
optionsNoAdditional documentation options
outputNoOutput directory for the generated documentation
pathNoDirectory containing the Dart package to document

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "options": { "description": "Additional documentation options", "items": { "type": "string" }, "type": "array" }, "output": { "description": "Output directory for the generated documentation", "type": "string" }, "path": { "description": "Directory containing the Dart package to document", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Dart MCP Server

Related Tools

ID: vuwii9l5gu