MCP.so
登录

Doug

@jhgaylor

关于 Doug

Dart MCP client for HTTP-transport servers.

基本信息

分类

其他

运行时

dart

传输方式

stdio

发布者

jhgaylor

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器