#!/usr/bin/env node
/**
 * 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 {};
