Skip to content

v1.6.0 - Complete Comment Management

Choose a tag to compare

@delorenj delorenj released this 16 Oct 18:39

🎉 What's New

Complete Comment Management Tools

All requested comment management features are now available! Full CRUD operations for Trello card comments.

New Tools Added

  • delete_comment - Delete comments from cards
  • get_card_comments - Retrieve comments efficiently without fetching entire card

Previously Available (PR #26)

  • add_comment - Add comments to cards
  • update_comment - Update existing comments

Installation

npm install @delorenj/mcp-server-trello@latest

Or with bunx (fastest):

bunx @delorenj/mcp-server-trello

Documentation

All comment tools are fully documented in the README.

Full Changelog

See CHANGELOG.md for complete details.

Resolves #24 - Thank you @fank for the feature request!