UNPKG

mcp-framework

Version:

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

8 lines (7 loc) 124 B
/** * Default authentication error */ export const DEFAULT_AUTH_ERROR = { status: 401, message: "Unauthorized" };