You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduced an experimental claude/channel capability in buildMcpServer, enhancing compatibility and reducing warnings related to Claude Code's channel notifications. (#664)
Added process.stderr as a parallel output path in McpLogger, improving logging capabilities. (commit 038455a)
Changed
Updated to frodo-lib v4.3.1, incorporating the latest library improvements. (commit 2595fe4)
Replaced inline hydrateManagedObjectTypes call with the unified hydrateMcpDiscoveryContext() from frodo-lib, enabling executeRecommendedByDefault for the MCP server startup path. (#664)
Fixed
Notifications and message startup delivery are now gated on the negotiated protocol era, ensuring compatibility and stability during server operations. (commit de89498)