import { Command } from '@oclif/core'; export default class Mcp extends Command { static readonly description = "Start a Model Context Protocol (MCP) server to interact with Mockoon via AI assistants (Claude, GitHub Copilot, Cursor, etc.)"; static readonly examples: string[]; run(): Promise; }