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 281 B
/** * Proxy command implementation * * Maintains backward compatibility with existing MCP server functionality */ import { Command } from 'commander'; /** * Create the proxy command */ export declare function createProxyCommand(): Command; //# sourceMappingURL=proxy.d.ts.map