Hive Hive
Sign in

List and delete spec comments from the protocol server

Metadata
Source
GitHub
Version
0.30.0
Domains
Published
Jun 23, 2026 · 08:56 UTC
Repository
tuist/hive
Update

Hive’s Model Context Protocol server now lets clients read and clean up spec discussions without leaving their tool surface. Two new tools are registered with the protocol server: list_spec_comments returns the comment thread for a visible spec using the same spec reference format as existing spec tools, and delete_spec_comment removes a comment by its identifier, limited to comments authored by the caller. The list tool honors the parent spec’s visibility rules, and the delete tool is flagged as destructive in its tool annotations while reusing the existing author-only ownership check.