dew/packages/mcp
Chris Hendrickson 7e1e7d0502 chore: add per-package README and CHANGELOG for pub.dev
pub.dev requires README.md and CHANGELOG.md in each package directory.
Added minimal but accurate files to all four packages.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-25 16:08:43 -04:00
..
lib chore: 1.0 release prep 2026-04-25 15:58:54 -04:00
test chore: 1.0 release prep 2026-04-25 15:58:54 -04:00
.gitignore Scaffold docs, packages, and command registration 2026-04-23 14:29:09 -04:00
CHANGELOG.md chore: add per-package README and CHANGELOG for pub.dev 2026-04-25 16:08:43 -04:00
LICENSE chore: 1.0 release prep 2026-04-25 15:58:54 -04:00
pubspec.yaml chore: 1.0 release prep 2026-04-25 15:58:54 -04:00
README.md chore: add per-package README and CHANGELOG for pub.dev 2026-04-25 16:08:43 -04:00

dew_mcp

MCP (Model Context Protocol) server package for the Dew project management tool.

Exposes all Dew kanban operations as MCP tools so AI assistants (GitHub Copilot, Claude, etc.) can manage your kanban board directly.

Usage

dew mcp serve

Connect your MCP client to the process via stdio. See the main README for full setup instructions.

License

MIT — see LICENSE.