Skip to main content
Glama

Dart MCP Server

by egyleader

dart-compile

Compile Dart code into various output formats like EXE, AOT, JIT, or JavaScript using customizable options for AI-enhanced development workflows.

Input Schema

NameRequiredDescriptionDefault
formatYesOutput format for the compilation
optionsNoAdditional compilation options
outputNoOutput file path
pathYesPath to the Dart file to compile

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "description": "Output format for the compilation", "enum": [ "exe", "aot-snapshot", "jit-snapshot", "kernel", "js" ], "type": "string" }, "options": { "description": "Additional compilation options", "items": { "type": "string" }, "type": "array" }, "output": { "description": "Output file path", "type": "string" }, "path": { "description": "Path to the Dart file to compile", "type": "string" } }, "required": [ "format", "path" ], "type": "object" }

You must be authenticated.

Other Tools from Dart MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/egyleader/dart-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server