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 • 332 B
TypeScript
import { CallToolResult } from '@modelcontextprotocol/sdk/types.js';
import { ToolExecutionContext } from '../routing/toolRegistry.js';
export declare function formatBackgroundJobInitiationResponse(jobId: string, toolName: string, message: string, context?: ToolExecutionContext): CallToolResult;
//# sourceMappingURL=index.d.ts.map