Skip to content

Commit f6feb74

Browse files
authored
Reword Changelog
1 parent 3c8c7bb commit f6feb74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to `mcp/sdk` will be documented in this file.
55
0.9.0
66
-----
77

8-
* [BC Break] Remove the `providerClass` argument of `#[CompletionProvider]`: constructing it always threw, so it never worked. Use `provider:`, which takes the same class-string and is now the first positional argument.
8+
* [BC Break] Remove the `providerClass` argument of `#[CompletionProvider]`. Use `provider:`, which takes the same class-string and is now the first positional argument.
99
* Add `HttpTransport::getSessionId()` to read the server-minted `Mcp-Session-Id`: a request-scoped caller can persist it and pass it back through the constructor's `$headers` on a later transport. Always `null` on `2026-07-28`, which removed protocol-level sessions.
1010

1111
0.8.0

0 commit comments

Comments
 (0)