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 StreamableHttpServerConfig.sse_retry in /tmp/.tmp4gVt2S/rust-sdk/crates/rmcp/src/transport/streamable_http_server/tower.rs:36
field StreamableHttpServerConfig.sse_retry in /tmp/.tmp4gVt2S/rust-sdk/crates/rmcp/src/transport/streamable_http_server/tower.rs:36
field StreamableHttpServerConfig.sse_retry in /tmp/.tmp4gVt2S/rust-sdk/crates/rmcp/src/transport/streamable_http_server/tower.rs:36
field ClientCapabilitiesBuilder.tasks in /tmp/.tmp4gVt2S/rust-sdk/crates/rmcp/src/model/capabilities.rs:294
field RawResourceTemplate.icons in /tmp/.tmp4gVt2S/rust-sdk/crates/rmcp/src/model/resource.rs:53
field CallToolRequestParam.task in /tmp/.tmp4gVt2S/rust-sdk/crates/rmcp/src/model.rs:1711
field ServerSseMessage.retry in /tmp/.tmp4gVt2S/rust-sdk/crates/rmcp/src/transport/common/server_side_http.rs:70
field ClientCapabilities.tasks in /tmp/.tmp4gVt2S/rust-sdk/crates/rmcp/src/model/capabilities.rs:101
field ServerCapabilitiesBuilder.tasks in /tmp/.tmp4gVt2S/rust-sdk/crates/rmcp/src/model/capabilities.rs:242
field ToolCallContext.task in /tmp/.tmp4gVt2S/rust-sdk/crates/rmcp/src/handler/server/tool.rs:36
field ServerCapabilities.tasks in /tmp/.tmp4gVt2S/rust-sdk/crates/rmcp/src/model/capabilities.rs:134
--- 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.45.0/src/lints/enum_variant_added.ron
Failed in:
variant SessionEvent:CloseSseStream in /tmp/.tmp4gVt2S/rust-sdk/crates/rmcp/src/transport/streamable_http_server/session/local.rs:616
variant ClientRequest:GetTaskInfoRequest in /tmp/.tmp4gVt2S/rust-sdk/crates/rmcp/src/model.rs:1857
variant ClientRequest:ListTasksRequest in /tmp/.tmp4gVt2S/rust-sdk/crates/rmcp/src/model.rs:1857
variant ClientRequest:GetTaskResultRequest in /tmp/.tmp4gVt2S/rust-sdk/crates/rmcp/src/model.rs:1857
variant ClientRequest:CancelTaskRequest in /tmp/.tmp4gVt2S/rust-sdk/crates/rmcp/src/model.rs:1857
variant RmcpError:TaskError in /tmp/.tmp4gVt2S/rust-sdk/crates/rmcp/src/error.rs:48
variant ClientInitializeError:JsonRpcError in /tmp/.tmp4gVt2S/rust-sdk/crates/rmcp/src/service/client.rs:48
variant ServerResult:CreateTaskResult in /tmp/.tmp4gVt2S/rust-sdk/crates/rmcp/src/model.rs:1951
variant ServerResult:ListTasksResult in /tmp/.tmp4gVt2S/rust-sdk/crates/rmcp/src/model.rs:1951
variant ServerResult:GetTaskInfoResult in /tmp/.tmp4gVt2S/rust-sdk/crates/rmcp/src/model.rs:1951
variant ServerResult:TaskResult in /tmp/.tmp4gVt2S/rust-sdk/crates/rmcp/src/model.rs:1951
--- 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 axum in the package's Cargo.toml
--- failure inherent_method_missing: pub method removed or renamed ---
Description:
A publicly-visible method or associated fn 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.45.0/src/lints/inherent_method_missing.ron
Failed in:
EnumSchema::new, previously in file /tmp/.tmpKum4Ce/rmcp/src/model/elicitation_schema.rs:498
EnumSchema::enum_names, previously in file /tmp/.tmpKum4Ce/rmcp/src/model/elicitation_schema.rs:509
EnumSchema::title, previously in file /tmp/.tmpKum4Ce/rmcp/src/model/elicitation_schema.rs:515
EnumSchema::description, previously in file /tmp/.tmpKum4Ce/rmcp/src/model/elicitation_schema.rs:521
--- failure struct_with_pub_fields_changed_type: struct with pub fields became an enum or union ---
Description:
A struct with pub fields became an enum or union, breaking accesses to its public fields.
ref: https://github.com/obi1kenobi/cargo-semver-checks/issues/297#issuecomment-1399099659
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/struct_with_pub_fields_changed_type.ron
Failed in:
struct rmcp::model::EnumSchema became enum in file /tmp/.tmp4gVt2S/rust-sdk/crates/rmcp/src/model/elicitation_schema.rs:629
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.12.0 -> 0.13.0rmcp: 0.12.0 -> 0.13.0 (⚠ API breaking changes)⚠
rmcpbreaking changesChangelog
rmcp-macrosrmcpThis PR was generated with release-plz.