McpClient.onNotifyForTest

Test seam: when set, notify routes the built notification message here instead of POSTing it, so the public notification API can be exercised without a live server. Production code never sets this.

class McpClient
version(unittest)
package
void delegate(Json message) @(safe) onNotifyForTest;