UNPKG

@channel.io/be-user-chat-mcp

Version:

Backend UserChat Model Context Protocol server for Channel.io

4 lines 276 B
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import type { RequestContext } from "../config/index.js"; export declare function registerUserChatTool(server: McpServer, getContext: () => RequestContext): void; //# sourceMappingURL=user-chat.tool.d.ts.map