/** * Cline Adapter * Handles MCP configuration for Cline VS Code extension */ import { BaseAdapter } from './base.js'; import { MCPClient } from '../utils/paths.js'; export declare class ClineAdapter extends BaseAdapter { name: MCPClient; displayName: string; protected getAppPaths(): string[]; /** * Override isInstalled to also check for the Cline extension specifically */ isInstalled(): Promise; /** * Get possible Cline extension installation paths */ private getClineExtensionPaths; } //# sourceMappingURL=cline.d.ts.map