Simple Dart MCP Server
by nmfisher
A simple Model Context Protocol (MCP) server implementation using Dart. It supports stdio/websocket transport.
View on GitHub
Last updated: N/A
A very simple Model Context Protocol (MCP) server implementation using Dart.
Supports stdio/websocket transport.
Credit to https://github.com/cristhro/dart_mcp for some classes.