UNPKG

remcode

Version:

Turn your AI assistant into a codebase expert. Intelligent code analysis, semantic search, and software engineering guidance through MCP integration.

8 lines (7 loc) 215 B
/** * MCP Inspector Command * * Command to start MCP-compatible SSE server for MCP Inspector integration */ import { Command } from 'commander'; export declare function inspectorCommand(program: Command): void;