pub const MCP_NOTIFICATION_PROGRESS_METHOD: &str = "notifications/progress";Expand description
JSON-RPC method name for notifications/progress per the MCP
Streamable HTTP transport spec. Held as a const so any code that
emits the envelope agrees on the exact wire spelling — the GET
stream client matches on this string to route into its progress
handler.