@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
8 lines • 307 B
TypeScript
interface McpWizardProps {
projectDir: string;
onComplete: (configPath: string) => void;
onCancel?: () => void;
}
export declare function McpWizard({ projectDir, onComplete, onCancel }: McpWizardProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=mcp-wizard.d.ts.map