Skip to content

Commit 9cee8c3

Browse files
CodeWithKyriangithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 9892dd3 commit 9cee8c3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to `php-mcp/server` will be documented in this file.
44

5+
## v2.2.0 - 2025-06-03
6+
7+
### What's Changed
8+
9+
* feat(pagination): Added configuration for a server-wide pagination limit, enabling more controlled data retrieval for list-based MCP operations. This limit is utilized by the `RequestProcessor`.
10+
* feat(handlers): Introduced `HandlerResolver` to provide more robust validation and resolution mechanisms for MCP element handlers, improving the reliability of element registration and invocation.
11+
* refactor(server): Modified the server listening mechanism to allow initialization and transport binding without an immediately blocking event loop. This enhances flexibility for embedding the server or managing its lifecycle in diverse application environments.
12+
* refactor(core): Performed general cleanup and enhancements to the internal architecture and dependencies, contributing to improved code maintainability and overall system stability.
13+
14+
**Full Changelog**: https://github.com/php-mcp/server/compare/2.1.0...2.2.0
15+
516
## v2.1.0 - 2025-05-17
617

718
### What's Changed
@@ -123,6 +134,7 @@ This is a major refactoring with significant breaking changes:
123134

124135

125136

137+
126138
```
127139
The `http` and `reactphp` options for `run()` were already invalid and are fully removed.
128140

0 commit comments

Comments
 (0)