| Linux premium331.web-hosting.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64 Path : /home/livedhms/lmgt/node_modules/next/dist/server/mcp/ |
| Current File : //home/livedhms/lmgt/node_modules/next/dist/server/mcp/get-mcp-middleware.d.ts |
import type { ServerResponse, IncomingMessage } from 'http';
import { type McpServerOptions } from './get-or-create-mcp-server';
export declare function getMcpMiddleware(options: McpServerOptions): (req: IncomingMessage, res: ServerResponse, next: () => void) => Promise<void>;