#!/usr/bin/env node
/**
 * AutoSnippet MCP 诊断脚本
 *
 * - 检查 UI 健康状态 (/api/health)
 * - 输出环境变量与鉴权配置情况
 * - 给出下一步建议（能力自检、限流与提交）
 */
export {};
