MCP.so
Sign In

Doug

@jhgaylor

About Doug

Dart MCP client for HTTP-transport servers.

Basic information

Category

Other

Runtime

dart

Transports

stdio

Publisher

jhgaylor

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

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.

Comments

More Other MCP servers