@nakedved/ano
Version:
Claude Code plugin for collaborative annotation and review
15 lines (14 loc) • 377 B
TypeScript
/**
* Ano MCP Server
*
* Exposes annotation tools to Claude Code via MCP protocol.
*
* Tools:
* - read_annotations: Get annotations for a file
* - add_annotation: Add a new annotation
* - resolve_annotation: Mark annotation as resolved
* - list_approvals: Get approvals for a file
* - approve_file: Add approval to a file
*/
export {};