Bumps mcp from 0.23.0 to 1.1.0.
Release notes
Sourced from mcp's releases.
v1.1.0
Added
- Support 2026年07月28日 as the Latest Protocol Version (#476)
- Expose server tool annotations on MCP::Client::Tool (#445)
Fixed
- Preserve explicit tool response content (#469)
v1.0.0
First stable release. The public API is now stable: breaking changes ship only in major releases,
apart from the narrow exceptions documented in https://github.com/modelcontextprotocol/ruby-sdk/blob/HEAD/VERSIONING.md.
Added
- Add
ROADMAP.md outlining the path toward SEP-1730 (#465)
- Add
VERSIONING.md documenting the versioning and breaking-change policy (#466)
v0.25.0
Added
- Support SEP-990 Cross-App Access via ID-JAG and the
jwt-bearer grant (#454)
- Support client-side sampling via
MCP::Client#on_sampling (#458)
Fixed
- Reject notifications carrying an unknown or expired session (#455)
- Handle an
initialize request sent without an ID (#456)
- Bound client-side message buffering in the HTTP transport (#459)
- Lowercase response header names in
StreamableHTTPTransport (#460)
v0.24.0
Added
- Support SSE reconnection per SEP-1699 in the HTTP client transport (#426)
- Validate the RFC 9207
iss authorization response parameter per SEP-2468 (#431)
- Support
private_key_jwt client authentication for the client_credentials grant (#432)
- Recognize multi round-trip
input_required results per SEP-2322 (#433)
- Add opt-in
ttlMs / cacheScope cache hints to List and Read results per SEP-2549 (#436)
- Add
server/discover and stateless lifecycle error codes per SEP-2575 (#438)
- Associate server-to-client requests with the originating client request per SEP-2260 (#440)
- Add server-side MCP Apps helpers per SEP-1865 (#441)
- Support client-side elicitation with SEP-1034 schema defaults (#443)
- Support class-based Resource and ResourceTemplate definitions (#447)
Changed
- Bind stored client credentials to the authorization server issuer per SEP-2352 (#439)
... (truncated)
Changelog
Sourced from mcp's changelog.
[1.1.0] - 2026年08月01日
Added
- Support 2026年07月28日 as the Latest Protocol Version (#476)
- Expose server tool annotations on MCP::Client::Tool (#445)
Fixed
- Preserve explicit tool response content (#469)
[1.0.0] - 2026年07月24日
First stable release. The public API is now stable: breaking changes ship only in major releases,
apart from the narrow exceptions documented in https://github.com/modelcontextprotocol/ruby-sdk/blob/main/VERSIONING.md.
Added
- Add
ROADMAP.md outlining the path toward SEP-1730 (#465)
- Add
VERSIONING.md documenting the versioning and breaking-change policy (#466)
[0.25.0] - 2026年07月18日
Added
- Support SEP-990 Cross-App Access via ID-JAG and the
jwt-bearer grant (#454)
- Support client-side sampling via
MCP::Client#on_sampling (#458)
Fixed
- Reject notifications carrying an unknown or expired session (#455)
- Handle an
initialize request sent without an ID (#456)
- Bound client-side message buffering in the HTTP transport (#459)
- Lowercase response header names in
StreamableHTTPTransport (#460)
[0.24.0] - 2026年07月12日
Added
- Support SSE reconnection per SEP-1699 in the HTTP client transport (#426)
- Validate the RFC 9207
iss authorization response parameter per SEP-2468 (#431)
- Support
private_key_jwt client authentication for the client_credentials grant (#432)
- Recognize multi round-trip
input_required results per SEP-2322 (#433)
- Add opt-in
ttlMs / cacheScope cache hints to List and Read results per SEP-2549 (#436)
- Add
server/discover and stateless lifecycle error codes per SEP-2575 (#438)
- Associate server-to-client requests with the originating client request per SEP-2260 (#440)
- Add server-side MCP Apps helpers per SEP-1865 (#441)
- Support client-side elicitation with SEP-1034 schema defaults (#443)
- Support class-based Resource and ResourceTemplate definitions (#447)
... (truncated)
Commits
72a929b Merge pull request #477 from koic/release_1_1_0
1fa8673 Release 1.1.0
d20eac0 Merge pull request #476 from koic/support_2026_07_28_as_latest_protocol_version
ba88d9f Merge pull request #473 from koic/fix_docs_theme_stylesheet_fouc
dc25610 Support 2026年07月28日 as the Latest Protocol Version
75fffab Merge pull request #471 from koic/stateless_foundations
c2879fb Fix flash of unstyled content when loading the docs site
1ce7c97 Merge pull request #472 from koic/fill_documentation_gaps
5a879b3 Merge pull request #445 from rickreyhsig-wealthbox/client-tool-annotations
3591acd Expose server tool annotations on MCP::Client::Tool
- Additional commits viewable in compare view
Dependabot compatibility score
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps mcp from 0.23.0 to 1.1.0.
Release notes
Sourced from mcp's releases.
... (truncated)
Changelog
Sourced from mcp's changelog.
... (truncated)
Commits
72a929bMerge pull request #477 from koic/release_1_1_01fa8673Release 1.1.0d20eac0Merge pull request #476 from koic/support_2026_07_28_as_latest_protocol_versionba88d9fMerge pull request #473 from koic/fix_docs_theme_stylesheet_foucdc25610Support 2026年07月28日 as the Latest Protocol Version75fffabMerge pull request #471 from koic/stateless_foundationsc2879fbFix flash of unstyled content when loading the docs site1ce7c97Merge pull request #472 from koic/fill_documentation_gaps5a879b3Merge pull request #445 from rickreyhsig-wealthbox/client-tool-annotations3591acdExpose server tool annotations on MCP::Client::ToolDependabot compatibility score
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)