We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f97f7 commit b017170Copy full SHA for b017170
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
All notable changes to `php-mcp/server` will be documented in this file.
4
5
+## v2.2.1 - 2025-06-07
6
+
7
+### What's Changed
8
9
+* Fix tool name generation for invokable classes with MCP attributes by @CodeWithKyrian in https://github.com/php-mcp/server/pull/13
10
11
+**Full Changelog**: https://github.com/php-mcp/server/compare/2.2.0...2.2.1
12
13
## v2.2.0 - 2025-06-03
14
15
### What's Changed
@@ -135,6 +143,7 @@ This is a major refactoring with significant breaking changes:
135
143
136
144
137
145
146
138
147
```
139
148
The `http` and `reactphp` options for `run()` were already invalid and are fully removed.
140
149
0 commit comments