UNPKG

mcp-framework

Version:

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

6 lines (5 loc) 239 B
/** * Pre-stringified JSON-RPC ping message formatted for Server-Sent Events (SSE). * Includes the 'data: ' prefix and trailing newlines. */ export declare const PING_SSE_MESSAGE = "data: {\"jsonrpc\":\"2.0\",\"method\":\"ping\"}\n\n";