Changes
- [mcp] Add support for Model Context Protocol (MCP) #120
- [mcp] Make MCP server browser-portable with a Web-standard Fetch API handler #136
Potentially Breaking Changes
- [node] Update minimum requirements for Node to >=22 #128
- [action] Add
request()andrequestUntil()toActionDispatcherfor server-to-client request/response support #131- Adopters with custom
ActionDispatcherimplementations need to add the newrequest()andrequestUntil()methods
- Adopters with custom
Full Changelog: v2.6.0...v2.7.0