/** * MCP SSE Routes * 提供 MCP over SSE/Streamable HTTP 传输支持 * 使 Dify 等平台可以通过 MCP 协议直接调用 */ import type { FastifyInstance } from 'fastify'; /** * 设置 MCP SSE 路由 */ export declare function setupMcpSseRoutes(fastify: FastifyInstance): Promise; //# sourceMappingURL=mcp-sse.d.ts.map