Bumps mcp from 0.23.0 to 1.2.0.
Release notes
Sourced from mcp's releases.
v1.2.0
This release completes the SEP-2575 stateless lifecycle of the 2026年07月28日 specification, together with the SEP-2322, SEP-2549, and SEP-2243 features that revision builds on. Several entries under "Changed" are incompatible with 1.1.0 and ship in a minor release under the spec-conformance and security exceptions described in https://github.com/modelcontextprotocol/ruby-sdk/blob/HEAD/VERSIONING.md.
Added
- Handle the SEP-2575 modern request envelope in the server core (#475)
- Serve both lifecycle eras over stdio with an era lock per SEP-2575 (#478)
- Serve the sessionless modern path over Streamable HTTP per SEP-2575 (#479)
- Finalize
server/discover and add client modern lifecycle support per SEP-2575 (#480)
- Let handlers return multi round-trip
input_required results per SEP-2322 (#481)
- Add
MCP::Elicitation::EnumSchema builders per SEP-1330 (#482)
- Stamp the required
resultType on modern results per SEP-2322 (#487)
- Enforce the modern lifecycle admission rules per SEP-2575 (#489)
- Stream modern request notifications and honor the envelope
logLevel per SEP-2575 (#490)
- Expose the user-defined
server_context in instrumentation data (#493)
- Serve the
subscriptions/listen notification stream per SEP-2575 (#495)
- Add opt-in
requestState sealing via MCP::Server::RequestStateSecurity (#496)
- Mirror
x-mcp-header tool parameters into Mcp-Param-* headers per SEP-2243 (#498)
- Stamp the required cache hints on modern cacheable results per SEP-2549 (#499)
- Drive multi round-trip
input_required results on the client per SEP-2322 (#500)
- Fulfill
input_required results on the legacy wire per SEP-2322 (#501)
Changed
- Align modern envelope validation with the finalized specification (#491)
- Require the
Mcp-Method header on the modern path (#492)
- Bound server-to-client requests with a timeout (#502)
- Refuse server-to-client requests in the modern lifecycle per SEP-2575 (#503)
- Bound the total wait across SSE reconnection attempts (#504)
- Bound automatic pagination in the MCP client (#505)
- Reject modern-removed methods before the connection era locks (#511)
- Stop negotiating modern protocol versions through the
initialize handshake (#516)
Deprecated
- Warn on modern client connects that declare the Roots or Sampling capabilities deprecated per SEP-2577 (#406, #516)
Fixed
- Stop leaking exception messages to clients via JSON-RPC error data (#486)
- Return Invalid Params for unknown prompts and missing prompt arguments (#517)
- Restrict OAuth discovery to same-origin metadata URLs and refuse private-network destinations
v1.1.0
Added
- Support 2026年07月28日 as the Latest Protocol Version (#476)
- Expose server tool annotations on MCP::Client::Tool (#445)
Fixed
... (truncated)
Changelog
Sourced from mcp's changelog.
[1.2.0] - 2026年08月15日
This release completes the SEP-2575 stateless lifecycle of the 2026年07月28日 specification, together with
the SEP-2322, SEP-2549, and SEP-2243 features that revision builds on. Several entries under "Changed"
are incompatible with 1.1.0 and ship in a minor release under the spec-conformance and security exceptions
described in https://github.com/modelcontextprotocol/ruby-sdk/blob/main/VERSIONING.md.
Added
- Handle the SEP-2575 modern request envelope in the server core (#475)
- Serve both lifecycle eras over stdio with an era lock per SEP-2575 (#478)
- Serve the sessionless modern path over Streamable HTTP per SEP-2575 (#479)
- Finalize
server/discover and add client modern lifecycle support per SEP-2575 (#480)
- Let handlers return multi round-trip
input_required results per SEP-2322 (#481)
- Add
MCP::Elicitation::EnumSchema builders per SEP-1330 (#482)
- Stamp the required
resultType on modern results per SEP-2322 (#487)
- Enforce the modern lifecycle admission rules per SEP-2575 (#489)
- Stream modern request notifications and honor the envelope
logLevel per SEP-2575 (#490)
- Expose the user-defined
server_context in instrumentation data (#493)
- Serve the
subscriptions/listen notification stream per SEP-2575 (#495)
- Add opt-in
requestState sealing via MCP::Server::RequestStateSecurity (#496)
- Mirror
x-mcp-header tool parameters into Mcp-Param-* headers per SEP-2243 (#498)
- Stamp the required cache hints on modern cacheable results per SEP-2549 (#499)
- Drive multi round-trip
input_required results on the client per SEP-2322 (#500)
- Fulfill
input_required results on the legacy wire per SEP-2322 (#501)
Changed
- Align modern envelope validation with the finalized specification (#491)
- Require the
Mcp-Method header on the modern path (#492)
- Bound server-to-client requests with a timeout (#502)
- Refuse server-to-client requests in the modern lifecycle per SEP-2575 (#503)
- Bound the total wait across SSE reconnection attempts (#504)
- Bound automatic pagination in the MCP client (#505)
- Reject modern-removed methods before the connection era locks (#511)
- Stop negotiating modern protocol versions through the
initialize handshake (#516)
Deprecated
- Warn on modern client connects that declare the Roots or Sampling capabilities deprecated per SEP-2577 (#406, #516)
Fixed
- Stop leaking exception messages to clients via JSON-RPC error data (#486)
- Return Invalid Params for unknown prompts and missing prompt arguments (#517)
- Restrict OAuth discovery to same-origin metadata URLs and refuse private-network destinations
[1.1.0] - 2026年08月01日
Added
... (truncated)
Commits
8cac727 Merge pull request #518 from koic/release_1_2_0
af02717 Release 1.2.0
a62e56e Merge pull request #516 from koic/counter_offer_legacy_version_on_initialize
84eac10 Merge commit from fork
c4921ed Merge pull request #517 from latent-9/prompts-get-invalid-params
ddec72f Merge pull request #514 from koic/http_standard_headers_driver
feba4d4 Return Invalid Params for unknown prompts and missing prompt arguments
ab17d50 Merge pull request #515 from koic/add_list_changed_notification_examples
48b7aaa Stop negotiating modern protocol versions through the initialize handshake
67779a2 Merge pull request #505 from koic/bound_client_automatic_pagination
- 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.2.0.
Release notes
Sourced from mcp's releases.
... (truncated)
Changelog
Sourced from mcp's changelog.
... (truncated)
Commits
8cac727Merge pull request #518 from koic/release_1_2_0af02717Release 1.2.0a62e56eMerge pull request #516 from koic/counter_offer_legacy_version_on_initialize84eac10Merge commit from forkc4921edMerge pull request #517 from latent-9/prompts-get-invalid-paramsddec72fMerge pull request #514 from koic/http_standard_headers_driverfeba4d4Return Invalid Params for unknown prompts and missing prompt argumentsab17d50Merge pull request #515 from koic/add_list_changed_notification_examples48b7aaaStop negotiating modern protocol versions through theinitializehandshake67779a2Merge pull request #505 from koic/bound_client_automatic_paginationDependabot 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)