Skip to content

Commit ac615e4

Browse files
authored
Update changelog for v2.7.0 (#137)
Add entries for merged PRs since v2.6.0: - MCP support (#120, #136) - ActionDispatcher request/response (#131)
1 parent ea5b153 commit ac615e4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@
22

33
## v2.7.0 - active
44

5+
### Changes
6+
7+
- [mcp] Add support for Model Context Protocol (MCP) [#120](https://github.com/eclipse-glsp/glsp-server-node/pull/120)
8+
- [mcp] Make MCP server browser-portable with a Web-standard Fetch API handler [#136](https://github.com/eclipse-glsp/glsp-server-node/pull/136)
9+
510
### Potentially Breaking Changes
611

712
- [node] Update minimum requirements for Node to >=22 [#128](https://github.com/eclipse-glsp/glsp-server-node/pull/128)
13+
- [action] Add `request()` and `requestUntil()` to `ActionDispatcher` for server-to-client request/response support [#131](https://github.com/eclipse-glsp/glsp-server-node/pull/131)
14+
- Adopters with custom `ActionDispatcher` implementations need to add the new `request()` and `requestUntil()` methods
815

916
## [v2.6.0 - 10/02/2026](https://github.com/eclipse-glsp/glsp-server-node/releases/tag/v2.6.0)
1017

0 commit comments

Comments
 (0)