Simple Dart
Implements a basic Model Context Protocol server using Dart.
About
A straightforward Model Context Protocol (MCP) server implementation built with Dart, offering both stdio and websocket transport options. It leverages some classes from the dart_mcp project, providing a foundation for streamlined MCP server development.
Key Features
- Supports websocket transport
- Supports stdio transport
- 2 GitHub stars