test: use suite gateway hooks for channel mcp

This commit is contained in:
Ayaan Zaidi
2026-03-28 13:52:59 +05:30
parent 5224c5bbd5
commit c0a56ac1a1

View File

@@ -14,7 +14,7 @@ import {
import { emitSessionTranscriptUpdate } from "../sessions/transcript-events.js";
import { createOpenClawChannelMcpServer, OpenClawChannelBridge } from "./channel-server.js";
installGatewayTestHooks();
installGatewayTestHooks({ scope: "suite" });
const ClaudeChannelNotificationSchema = z.object({
method: z.literal("notifications/claude/channel"),