Skip to main content
Glama

Dart MCP Server

by egyleader
# Dart MCP Server Makefile .PHONY: install build test lint clean publish test-coverage # Default target all: install build test # Install dependencies install: npm install # Build the project build: npm run build # Run tests test: npm test # Run tests with coverage test-coverage: npm run test:coverage # Lint the code lint: tsc --noEmit # Clean build artifacts clean: rm -rf dist coverage # Publish to npm publish: test build npm publish # Install dev dependencies (needed for testing) dev-deps: npm install --save-dev jest ts-jest @types/jest

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