UNPKG

@kya-os/mcp-i

Version:

The TypeScript MCP framework with identity features built-in

3 lines (2 loc) 129 B
import { Request, Response } from "express"; export declare function xmcpHandler(req: Request, res: Response): Promise<unknown>;