Servers
Doug
@jhgaylor
Dart MCP client for HTTP-transport servers.
Overview
What is Doug?
Doug is a sample command-line application that provides basic argument parsing, with an entrypoint in bin/. It is intended as a minimal example for Dart developers.
How to use Doug?
Ensure the Dart SDK is installed, then run dart pub get to install dependencies. Execute the application with dart bin/doug.dart.
Key features of Doug
- Basic argument parsing for command-line inputs
- Simple Dart project structure with entrypoint in
bin/
Use cases of Doug
- Learning Dart command-line application structure
- Starting point for a custom CLI tool
FAQ from Doug
What does Doug do?
It is a sample command-line application that demonstrates basic argument parsing using Dart.
What are the installation requirements for Doug?
The Dart SDK must be installed on your system.
How do I run Doug?
Use the command dart bin/doug.dart from the project root after running dart pub get.