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 636 B
import { ToolExecutor, ToolExecutionContext } from '../../services/routing/toolRegistry.js'; import { OpenRouterConfig } from '../../types/workflow.js'; import { CallToolResult } from '@modelcontextprotocol/sdk/types.js'; export declare function clearCodeMapCaches(): void; export declare function getCodeMapCacheSizes(): { sourceCodeCache: number; }; export declare const codeMapExecutor: ToolExecutor; export declare function executeCodeMapGeneration(params: Record<string, unknown>, _config: OpenRouterConfig, context: ToolExecutionContext | undefined, jobId: string): Promise<CallToolResult>; //# sourceMappingURL=index.d.ts.map