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.
- Host: GitHub
- URL: https://github.com/jhgaylor/doug
- Owner: jhgaylor
- Created: 2025-04-20T05:42:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-20T05:43:30.000Z (about 1 year ago)
- Last Synced: 2026-05-30T15:29:28.174Z (about 1 month ago)
- Topics: client, mcp
- Language: Dart
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```