UNPKG

remcode

Version:

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

9 lines (8 loc) 290 B
/** * Enhanced MCP Server Command * * Command to start the Model Context Protocol (MCP) server with smart token management * and automatic port selection for AI assistant integration */ import { Command } from 'commander'; export declare function serveCommand(program: Command): void;