Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 24, 2025

🤖 New release

  • rmcp-macros: 0.7.0 -> 0.8.0
  • rmcp: 0.7.0 -> 0.8.0 (⚠ API breaking changes)

rmcp breaking changes

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/method_parameter_count_changed.ron

Failed in:
  rmcp::transport::auth::AuthorizationSession::new now takes 4 parameters instead of 3, in /tmp/.tmpu5LVm6/rust-sdk/crates/rmcp/src/transport/auth.rs:622
  rmcp::transport::AuthorizationSession::new now takes 4 parameters instead of 3, in /tmp/.tmpu5LVm6/rust-sdk/crates/rmcp/src/transport/auth.rs:622
  rmcp::transport::auth::OAuthState::start_authorization now takes 4 parameters instead of 3, in /tmp/.tmpu5LVm6/rust-sdk/crates/rmcp/src/transport/auth.rs:793
Changelog

rmcp-macros

0.8.0 - 2025-10-04

Fixed

  • generate default schema for tools with no params (#446)

rmcp

0.8.0 - 2025-10-04

Added

  • allow clients to override client_name (#469)

Fixed

  • (oauth) support suffixed and preffixed well-knonw paths (#459)
  • generate default schema for tools with no params (#446)

Other

  • bump to rust 1.90.0 (#453)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-09-24T17-00-34Z branch 3 times, most recently from 4b03355 to 39e73bd Compare September 30, 2025 16:53
@github-actions github-actions bot changed the title chore: release v0.7.1 chore: release v0.8.0 Oct 4, 2025
@github-actions github-actions bot force-pushed the release-plz-2025-09-24T17-00-34Z branch from 39e73bd to d19f419 Compare October 4, 2025 01:05
@alexhancock alexhancock self-requested a review October 4, 2025 01:05
@alexhancock
Copy link
Contributor

Makes client_name an optional param when starting oauth sessions, but feels useful for those who need to customize it

@alexhancock alexhancock merged commit a4def11 into main Oct 4, 2025
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.

1 participant