An open API service indexing awesome lists of open source software.

https://github.com/jhgaylor/doug

Dart MCP client for HTTP-transport servers.
https://github.com/jhgaylor/doug

client mcp

Last synced: about 11 hours ago
JSON representation

Dart MCP client for HTTP-transport servers.

Awesome Lists containing this project

README

          

# Doug

A sample command-line application providing basic argument parsing with an entrypoint in `bin/`.

## Installation

Ensure you have Dart SDK installed, then run:

```bash
dart pub get
```

## Usage

Run the application using:

```bash
dart bin/doug.dart
```