import { DEFAULT_MCP_HTTP_PORT, MCP_NAME } from './server.js'; export { DEFAULT_MCP_HTTP_PORT, MCP_NAME }; export declare const MCP_HTTP_IDLE_TIMEOUT_SECONDS = 0; export declare function isHttpMode(argv?: string[]): boolean; export declare function isStdioMode(argv?: string[]): boolean; export declare function resolveHttpPort(argv?: string[]): number; export declare function handleMcpHttpRequest(req: Request): Promise; export interface StartHttpServerOptions { port?: number; hostname?: string; log?: (message: string) => void; } export declare function startHttpServer(options?: StartHttpServerOptions): ReturnType; //# sourceMappingURL=http.d.ts.map