Skip to content

chore: release v0.16.0#652

Open
github-actions[bot] wants to merge 1 commit intomainfrom
release-plz-2026-02-12T14-54-32Z
Open

chore: release v0.16.0#652
github-actions[bot] wants to merge 1 commit intomainfrom
release-plz-2026-02-12T14-54-32Z

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 12, 2026

🤖 New release

  • rmcp-macros: 0.15.0 -> 0.16.0
  • rmcp: 0.15.0 -> 0.16.0 (⚠ API breaking changes)

rmcp breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field GetTaskResult.meta in /tmp/.tmpftymXh/rust-sdk/crates/rmcp/src/model/task.rs:68
  field AuthorizationMetadata.code_challenge_methods_supported in /tmp/.tmpftymXh/rust-sdk/crates/rmcp/src/transport/auth.rs:263
  field StreamableHttpClientTransportConfig.custom_headers in /tmp/.tmpftymXh/rust-sdk/crates/rmcp/src/transport/streamable_http_client.rs:776
  field StoredCredentials.granted_scopes in /tmp/.tmpftymXh/rust-sdk/crates/rmcp/src/transport/auth.rs:29
  field StoredCredentials.granted_scopes in /tmp/.tmpftymXh/rust-sdk/crates/rmcp/src/transport/auth.rs:29

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_variant_added.ron

Failed in:
  variant StreamableHttpError:InsufficientScope in /tmp/.tmpftymXh/rust-sdk/crates/rmcp/src/transport/streamable_http_client.rs:79
  variant StreamableHttpError:ReservedHeaderConflict in /tmp/.tmpftymXh/rust-sdk/crates/rmcp/src/transport/streamable_http_client.rs:81
  variant ServerResult:GetTaskResult in /tmp/.tmpftymXh/rust-sdk/crates/rmcp/src/model.rs:2703
  variant ServerResult:CancelTaskResult in /tmp/.tmpftymXh/rust-sdk/crates/rmcp/src/model.rs:2703
  variant ServerResult:GetTaskPayloadResult in /tmp/.tmpftymXh/rust-sdk/crates/rmcp/src/model.rs:2703
  variant AuthError:InsufficientScope in /tmp/.tmpftymXh/rust-sdk/crates/rmcp/src/transport/auth.rs:247
  variant AuthError:InsufficientScope in /tmp/.tmpftymXh/rust-sdk/crates/rmcp/src/transport/auth.rs:247

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_variant_missing.ron

Failed in:
  variant ServerResult::GetTaskInfoResult, previously in file /tmp/.tmpvAGbks/rmcp/src/model.rs:2708
  variant ServerResult::TaskResult, previously in file /tmp/.tmpvAGbks/rmcp/src/model.rs:2708

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/struct_missing.ron

Failed in:
  struct rmcp::model::TaskResult, previously in file /tmp/.tmpvAGbks/rmcp/src/model/task.rs:26

--- failure trait_method_parameter_count_changed: pub trait method parameter count changed ---

Description:
A trait method now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-any-change-to-trait-item-signatures
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/trait_method_parameter_count_changed.ron

Failed in:
  StreamableHttpClient::post_message now takes 5 instead of 4 parameters, in file /tmp/.tmpftymXh/rust-sdk/crates/rmcp/src/transport/streamable_http_client.rs:173
Changelog

rmcp-macros

0.16.0 - 2026-02-13

Fixed

  • align task response types with MCP spec (#658)

Other

  • include LICENSE in final crate tarball (#657)
  • add rudof-mcp to MCP servers list (#645)

rmcp

0.16.0 - 2026-02-13

Added

  • add support for custom HTTP headers in StreamableHttpClient (#655)
  • (auth) add token_endpoint_auth_method to OAuthClientConfig (#648)

Fixed

  • align task response types with MCP spec (#658)

Other

  • include LICENSE in final crate tarball (#657)
  • (deps) update rand requirement from 0.9 to 0.10 (#650)
  • remove unused axum dependency from server-side-http feature (#642)
  • 11-25-2025 compliant Auth (#651)
  • add rudof-mcp to MCP servers list (#645)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2026-02-12T14-54-32Z branch from 6cd8377 to 06bd3e4 Compare February 12, 2026 16:31
@github-actions github-actions bot changed the title chore: release v0.15.1 chore: release v0.16.0 Feb 12, 2026
@github-actions github-actions bot force-pushed the release-plz-2026-02-12T14-54-32Z branch 6 times, most recently from 8123e05 to 92539b8 Compare February 13, 2026 21:15
@github-actions github-actions bot force-pushed the release-plz-2026-02-12T14-54-32Z branch from 92539b8 to dc82121 Compare February 13, 2026 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants