You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--- 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.45.0/src/lints/constructible_struct_adds_field.ron
Failed in:
field ListPromptsResult.meta in /tmp/.tmpcbgG4r/rust-sdk/crates/rmcp/src/model.rs:945
field ListResourcesResult.meta in /tmp/.tmpcbgG4r/rust-sdk/crates/rmcp/src/model.rs:861
field ListResourceTemplatesResult.meta in /tmp/.tmpcbgG4r/rust-sdk/crates/rmcp/src/model.rs:870
field ListToolsResult.meta in /tmp/.tmpcbgG4r/rust-sdk/crates/rmcp/src/model.rs:1636
field Prompt.meta in /tmp/.tmpcbgG4r/rust-sdk/crates/rmcp/src/model/prompt.rs:30
field StreamableHttpServerConfig.cancellation_token in /tmp/.tmpcbgG4r/rust-sdk/crates/rmcp/src/transport/streamable_http_server/tower.rs:41
field StreamableHttpServerConfig.cancellation_token in /tmp/.tmpcbgG4r/rust-sdk/crates/rmcp/src/transport/streamable_http_server/tower.rs:41
field StreamableHttpServerConfig.cancellation_token in /tmp/.tmpcbgG4r/rust-sdk/crates/rmcp/src/transport/streamable_http_server/tower.rs:41
field RawResource.meta in /tmp/.tmpcbgG4r/rust-sdk/crates/rmcp/src/model/resource.rs:34
--- failure enum_missing: pub enum removed or renamed ---
Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum 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.45.0/src/lints/enum_missing.ron
Failed in:
enum rmcp::transport::sse_client::SseTransportError, previously in file /tmp/.tmpmHaNop/rmcp/src/transport/sse_client.rs:23
--- failure feature_missing: package feature removed or renamed ---
Description:
A feature has been removed from this package's Cargo.toml. This will break downstream crates which enable that feature.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#cargo-feature-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/feature_missing.ron
Failed in:
feature transport-sse-server in the package's Cargo.toml
feature transport-sse-client in the package's Cargo.toml
feature transport-sse-client-reqwest in the package's Cargo.toml
--- failure module_missing: pub module removed or renamed ---
Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/module_missing.ron
Failed in:
mod rmcp::transport::sse_client, previously in file /tmp/.tmpmHaNop/rmcp/src/transport/sse_client.rs:1
mod rmcp::transport::sse_server, previously in file /tmp/.tmpmHaNop/rmcp/src/transport/sse_server.rs:1
--- 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.45.0/src/lints/struct_missing.ron
Failed in:
struct rmcp::transport::sse_client::SseClientConfig, previously in file /tmp/.tmpmHaNop/rmcp/src/transport/sse_client.rs:316
struct rmcp::transport::sse_server::SseServerConfig, previously in file /tmp/.tmpmHaNop/rmcp/src/transport/sse_server.rs:218
struct rmcp::transport::sse_server::PostEventQuery, previously in file /tmp/.tmpmHaNop/rmcp/src/transport/sse_server.rs:60
struct rmcp::transport::sse_client::SseClientTransport, previously in file /tmp/.tmpmHaNop/rmcp/src/transport/sse_client.rs:192
struct rmcp::transport::SseClientTransport, previously in file /tmp/.tmpmHaNop/rmcp/src/transport/sse_client.rs:192
struct rmcp::transport::sse_server::SseServerTransport, previously in file /tmp/.tmpmHaNop/rmcp/src/transport/sse_server.rs:149
struct rmcp::transport::sse_server::SseServer, previously in file /tmp/.tmpmHaNop/rmcp/src/transport/sse_server.rs:227
struct rmcp::transport::SseServer, previously in file /tmp/.tmpmHaNop/rmcp/src/transport/sse_server.rs:227
--- failure trait_missing: pub trait removed or renamed ---
Description:
A publicly-visible trait cannot be imported by its prior path. A `pub use` may have been removed, or the trait 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.45.0/src/lints/trait_missing.ron
Failed in:
trait rmcp::transport::sse_client::SseClient, previously in file /tmp/.tmpmHaNop/rmcp/src/transport/sse_client.rs:44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 New release
rmcp-macros: 0.10.0 -> 0.11.0rmcp: 0.10.0 -> 0.11.0 (⚠ API breaking changes)⚠
rmcpbreaking changesChangelog
rmcp-macrosrmcpThis PR was generated with release-plz.