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.

4 lines 270 B
import { MatchResult } from "../../types/tools.js"; export declare function matchRequest(request: string): MatchResult | null; export declare function extractParameters(request: string, matchedPattern: string): Record<string, string>; //# sourceMappingURL=index.d.ts.map