@nanocollective/nanocoder
Version:
A local-first CLI coding agent that brings the power of agentic coding tools like Claude Code and Gemini CLI to local models or controlled APIs like OpenRouter
9 lines • 349 B
TypeScript
import { ToolManager } from '../tools/tool-manager.js';
import type { Command } from '../types/index.js';
interface MCPProps {
toolManager: ToolManager | null;
}
export declare function MCP({ toolManager }: MCPProps): import("react/jsx-runtime").JSX.Element;
export declare const mcpCommand: Command;
export {};
//# sourceMappingURL=mcp.d.ts.map