UNPKG

reloaderoo

Version:

Hot-reload your MCP servers without restarting your AI coding assistant. Works excellently with VSCode MCP, well with Claude Code. A transparent development proxy for the Model Context Protocol that enables seamless server restarts during development.

11 lines 301 B
/** * Inspect command implementation * * Provides CLI commands for inspecting and debugging MCP servers */ import { Command } from 'commander'; /** * Create the inspect command with all subcommands */ export declare function createInspectCommand(): Command; //# sourceMappingURL=inspect.d.ts.map