UNPKG

vibe-coder-mcp

Version:

Production-ready MCP server with complete agent integration, multi-transport support, and comprehensive development automation tools for AI-assisted workflows.

10 lines 307 B
export declare class AutoCompleter { private tools; private commands; private commonPhrases; setTools(tools: string[]): void; setCommands(commands: string[]): void; complete(line: string): [string[], string]; getSuggestions(): string[]; } //# sourceMappingURL=completion.d.ts.map