#!/usr/bin/env node /** * CLI entry point for the claude-code-review-mcp server. * This wrapper imports and calls the main function from index.ts. */ import './index.js';