UNPKG

@kya-os/mcp-i

Version:

The TypeScript MCP framework with identity features built-in

10 lines (9 loc) 309 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.headers = void 0; const http_context_1 = require("./transports/http/http-context"); const headers = () => { const headers = (0, http_context_1.getHttpContext)().headers; return headers; }; exports.headers = headers;