UNPKG

mcp-framework

Version:

Framework for building Model Context Protocol (MCP) servers in Typescript

4 lines (3 loc) 271 B
import { ServerResponse } from "node:http"; export declare function getRequestHeader(headers: NodeJS.Dict<string | string[]>, headerName: string): string | undefined; export declare function setResponseHeaders(res: ServerResponse, headers: Record<string, string>): void;