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.

3 lines 190 B
import { MatchResult } from '../../types/tools.js'; export declare function findBestSemanticMatch(request: string): Promise<MatchResult | null>; //# sourceMappingURL=semanticMatcher.d.ts.map