Kraft102's picture
fix: resolve CI/CD integration test failures in PatternMemory, FailureMemory, and DecisionEngine
07d9d6b
export const mcpClient = {
call: async (tool: string, args?: any) => ({ payload: {} }),
emit: async (event: string, data?: any) => { },
on: (event: string, handler: (data: any) => void) => { },
off: (event: string, handler: (data: any) => void) => { }
};