Skip to content

fix(deps): update rust crate rmcp-macros to 0.17#9173

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/rmcp-macros-0.x
Apr 17, 2026
Merged

fix(deps): update rust crate rmcp-macros to 0.17#9173
renovate[bot] merged 1 commit intomainfrom
renovate/rmcp-macros-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 17, 2026

This PR contains the following updates:

Package Type Update Change
rmcp-macros dependencies minor 0.30.17

Release Notes

modelcontextprotocol/rust-sdk (rmcp-macros)

v0.17.0

Compare Source

Added
  • (streamable-http) add json_response option for stateless server mode (#​683)
  • mcp sdk conformance (#​687)
  • add default value support to string, number, and integer schemas (#​686)
  • add trait-based tool declaration (#​677)
  • send and validate MCP-Protocol-Version header (#​675)
Fixed
  • improve error logging and remove token secret from logs (#​685)
  • refresh token expiry (#​680)
  • gate optional dependencies behind feature flags (#​672)
  • allow empty content in CallToolResult (#​681)
  • (schema) remove AddNullable from draft2020_12 settings (#​664)
Other
  • add prose documentation for core features to meet conformance (#​702)
  • Fix/sse channel replacement conflict (#​682)
  • document session management for streamable HTTP transport (#​674)

v0.16.0

Compare Source

Added
  • add support for custom HTTP headers in StreamableHttpClient (#​655)
  • (auth) add token_endpoint_auth_method to OAuthClientConfig (#​648)
Fixed
  • remove unnecessary doc-cfg (#​661)
  • duplicate meta serialization (#​662)
  • sort list_all() output in ToolRouter and PromptRouter for deterministic ordering (#​665)
  • align task response types with MCP spec (#​658)
Other
  • upgrade reqwest to 0.13.2 (#​669)
  • 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)

v0.15.0

Compare Source

Added
  • (elicitation) add support URL elicitation. SEP-1036 (#​605)
  • enforce SEP-1577 MUST requirements for sampling with tools (#​646)
  • add native-tls as an optional TLS backend (#​631)
  • (capabilities) add extensions field for SEP-1724 (#​643)
Fixed
  • (tasks) avoid dropping completed task results during collection (#​639)
  • (auth) oauth metadata discovery (#​641)
  • compilation with --no-default-features (#​593)
  • (tasks) expose execution.taskSupport on tools (#​635)
  • (tasks) correct enum variant ordering for deserialization (#​634)
Other
  • Add optional description field to Implementation struct (#​649)
  • Implement SEP-1577: Sampling With Tools (#​628)

v0.14.0

Compare Source

Fixed
  • (tasks) #​626 model task capabilities correctly (#​627)
  • don't treat non-success HTTP codes as transport errors (#​618)
Other
  • show README content on docs.rs (#​583)
  • added hyper-mcp to the list of built with rmcp (#​621)
  • Implement SEP-1319: Decouple Request Payload from RPC Methods (#​617)

v0.13.0

Compare Source

Added
  • provide blanket implementations for ClientHandler and ServerHandler traits (#​609)
  • (service) add close() method for graceful connection shutdown (#​588)
  • (auth) add StateStore trait for pluggable OAuth state storage (#​614)
  • (elicitation) implement SEP-1330 Elicitation Enum Schema Improvements (#​539)
  • (task) add task support (SEP-1686) (#​536)
Fixed
  • use the json rpc error from the initialize response and bubble it up to the client (#​569)
  • (build) fix build of the project when no features are selected (#​606)
  • use Semaphore instead of Notify in OneshotTransport to prevent race condition (#​611)
  • add OpenID Connect discovery support per spec-2025-11-25 4.3 (#​598)
  • only try to refresh access tokens if we have a refresh token or an expiry time (#​594)
  • (docs) add spreadsheet-mcp to Built with rmcp (#​582)
Other
  • (elicitation) improve enum schema builder, small changes of elicitation builder (#​608)
  • add pre-commit hook for conventional commit verification (#​619)
  • clean up optional dependencies (#​546)
  • re-export ServerSseMessage from session module (#​612)
  • Implement SEP-1699: Support SSE Polling via Server-Side Disconnect (#​604)
  • update README external links (#​603)
  • clarity and formatting (#​602)
  • Add optional icons field to RawResourceTemplate (#​589)

v0.12.0

Compare Source

Added
  • add support for custom requests (#​590)
  • add support for custom server notifications (#​580)
Fixed
  • update process-wrap to v9.0 (#​586)
  • (oauth) rfc8414 should judement the response_types (#​485)
Other
  • Add SEP-991 (CIMD) support for URL-based client IDs (#​570)
  • merge cached_schema_for_type into schema_for_type (#​581)
  • Add NexusCore MCP to project list (#​573)

v0.11.0

Compare Source

Added
  • (meta) add _meta field to prompts, resources and paginated result (#​558)
  • [breaking] remove SSE transport support (#​562)
Fixed
  • (streamable-http) gracefully shutdown while client connected (#​494)
Other
  • Implements outputSchema validation (#​566)
  • add video-transcriber-mcp-rs to projects built with rmcp (#​565)

v0.10.0

Compare Source

Added
  • add support for custom client notifications (#​556)
Other
  • replace paste with pastey for macros feature (#​564)

v0.9.1

Compare Source

Added
  • (streamable-http) support both SSE and JSON response formats (#​540)
Fixed
  • don't block on creating the SSE stream (#​553)
  • (shemars) use JSON Schema 2020-12 as Default Dialect (#​549)
  • (oauth) let OAuth discovery skip to next well-known URL candidate on JSON parse error. (#​545)
Other
  • Implementation of SEP-986: Specify Format for Tool Names (#​551)

v0.9.0

Compare Source

Added
  • (auth) implement CredentialStore trait (#​542)
  • (tool) add _meta to tool definitions (#​534)

v0.8.5

Compare Source

Fixed
  • (oauth) respect oauth-protected-resource discovery (#​511)

v0.8.4

Compare Source

Fixed
  • (oauth) fix oauth credential refresh (#​509)
  • do not manually construct fallback authorization metadata (#​507)
  • (doc) add stakpak-agent to Built with rmcp section (#​500)

v0.8.3

Compare Source

Fixed
  • accept 204 in addition to 202 on initialize (#​497)

v0.8.2

Compare Source

Added
  • add type-safe elicitation schema support (#​465) (#​466)
  • (SEP-973) following change Icon.sizes from string to string array (#​479)
Fixed
  • (oauth) three oauth discovery and registration issues (#​489)
  • (oauth) dynamic client registration should be optional (#​463)
  • (sse-client) consume control frames; refresh message endpoint (#​448)
Other
  • Streamable HTTP: drain SSE frames until the initialize response, ignoring early notifications to prevent handshake timeouts (#​467)
  • bump crate version in README.md (#​471)

v0.8.1

Compare Source

Fixed
  • (oauth) pass bearer token to all streamable http requests (#​476)
  • fix spellcheck on intentional typo in CHANGELOG (#​470)

v0.8.0

Compare Source

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

v0.7.0

Fixed
  • return auth errors (#​451)
  • (oauth) do not treat empty secret as valid for public clients (#​443)
  • (clippy) add doc comment for generated tool attr fn (#​439)
  • (oauth) require CSRF token as part of the OAuth authorization flow. (#​435)
Other
  • (root) Add Terminator to Built with rmcp section (#​437)
  • Non-empty paths in OAuth2 Authorization Server Metadata URLs (#​441)

v0.6.3

Compare Source

Fixed
  • change JSON-RPC request ID type from u32 to i64 (#​416)

v0.6.2

Compare Source

Added
  • (rmcp) add optional _meta to CallToolResult, EmbeddedResource, and ResourceContents (#​386)
Fixed
  • resolve compatibility issues with servers sending LSP notifications (#​413)
  • remove batched json rpc support (#​408)
  • transport-streamable-http-server depends on transport-worker (#​405)
  • (typo) correct typo in error message for transport cancellation and field. (#​404)
Other
  • Spec conformance: meta support and spec updates (#​415)
  • add the rmcp-openapi and rmcp-actix-web related projects (#​406)

v0.6.1

Compare Source

Added
  • (rmcp) add authorization header support for the streamable http client (#​390)
  • (model) add helpers to build enum from concrete values (#​393)
  • (model) expose client method name (#​391)
  • add resource_link support to tools and prompts (#​381)
  • Add prompt support (#​351)
  • include reqwest in transport-streamble-http-client feature (#​376)
Fixed
  • (auth) url parse is not correct (#​402)
  • (readme) missing use declarations, more accurate server instructions (#​399)
  • enhance transport graceful shutdown with proper writer closure (#​392)
Other
  • simplify remove_route method signature (#​401)

v0.6.0

Compare Source

Added
  • Add MCP Elicitation support (#​332)
  • keep internal error in worker's quit reason (#​372)
Fixed
  • match shape of the calltoolresult schema (#​377)
  • make stdio shutdown more graceful (#​364)
  • (tool) remove unnecessary schema validation (#​375)
  • (rmcp) return serialized json with structured content (#​368)
Other
  • add related project rustfs-mcp (#​378)
  • (streamable) add document for extracting http info (#​373)

v0.5.0

Compare Source

Fixed
  • correct numeric types in progress notifications (#​361)

v0.4.1

Compare Source

Fixed
  • (rmcp) allow both content and structured content (#​359)

v0.4.0

Compare Source

Added
  • [breaking] Add support for Tool.outputSchema and CallToolResult.structuredContent (#​316)
Fixed
  • don't wrap errors in streamable http auth client (#​353)
  • (prompt) remove unused code (#​343)

Configuration

📅 Schedule: (in timezone America/Chicago)

  • Branch creation
    • Only on Friday (* * * * 5)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge (squash) April 17, 2026 06:21
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 17, 2026

PR author is in the excluded authors list.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 17, 2026

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.15 x -- echo 23.0 ± 0.5 21.8 25.4 1.01 ± 0.05
mise x -- echo 22.8 ± 1.1 21.8 34.5 1.00

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.15 env 22.5 ± 0.8 21.4 36.2 1.01 ± 0.04
mise env 22.2 ± 0.4 21.2 24.2 1.00

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.15 hook-env 22.7 ± 0.4 21.7 25.0 1.00
mise hook-env 23.0 ± 0.9 21.8 34.7 1.01 ± 0.04

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.15 ls 20.5 ± 0.5 19.4 22.1 1.00
mise ls 20.7 ± 0.5 19.6 23.5 1.01 ± 0.04

xtasks/test/perf

Command mise-2026.4.15 mise Variance
install (cached) 149ms 149ms +0%
ls (cached) 80ms 81ms -1%
bin-paths (cached) 84ms 83ms +1%
task-ls (cached) 808ms 805ms +0%

@renovate renovate Bot force-pushed the renovate/rmcp-macros-0.x branch from d4ec952 to 5e985f5 Compare April 17, 2026 07:03
@renovate renovate Bot force-pushed the renovate/rmcp-macros-0.x branch from 5e985f5 to 37533eb Compare April 17, 2026 07:12
@renovate renovate Bot merged commit 3f05fec into main Apr 17, 2026
33 checks passed
@renovate renovate Bot deleted the renovate/rmcp-macros-0.x branch April 17, 2026 07:54
mise-en-dev added a commit that referenced this pull request Apr 17, 2026
### 🚀 Features

- **(registry)** add .perl-version support for perl by @ergofriend in
[#9102](#9102)
- **(task)** add Tera template support for inline table run tasks by
@iamkroot in [#9079](#9079)

### 🐛 Bug Fixes

- **(env)** use runtime symlink paths for fuzzy versions by @jdx in
[#9143](#9143)
- **(github)** use full token resolution chain for attestation
verification by @jdx in [#9154](#9154)
- **(go)** Remove install-time version override for subpath packages by
@c22 in [#9135](#9135)
- **(npm)** respect install_before when resolving dist-tag versions by
@webkaz in [#9145](#9145)
- **(self-update)** ensure subcommand exists by @salim-b in
[#9144](#9144)
- **(task)** show available tasks when run target missing by @jdx in
[#9141](#9141)
- **(task)** forward task help args and add raw_args by @jdx in
[#9118](#9118)
- **(task)** remove red/yellow from task prefix colors by
@lechuckcaptain in [#8782](#8782)
- **(task)** merge TOML task block into same-named file task and surface
resolved dir by @jdx in [#9147](#9147)
- **(toolset)** round-trip serialized tool options by @atharvasingh7007
in [#9124](#9124)
- **(vfox)** fallback to absolute bin path if env_keys not set by
@80avin in [#9151](#9151)

### 📚 Documentation

- make agent guide wording generic by @jdx in
[#9142](#9142)

### 📦️ Dependency Updates

- update ghcr.io/jdx/mise:deb docker digest to e019cb9 by @renovate[bot]
in [#9160](#9160)
- update ghcr.io/jdx/mise:copr docker digest to 8d25608 by
@renovate[bot] in [#9159](#9159)
- update ghcr.io/jdx/mise:rpm docker digest to 22e52da by @renovate[bot]
in [#9161](#9161)
- update ghcr.io/jdx/mise:alpine docker digest to a3da97c by
@renovate[bot] in [#9158](#9158)
- update rust docker digest to 4a2ef38 by @renovate[bot] in
[#9162](#9162)
- update ubuntu:24.04 docker digest to c4a8d55 by @renovate[bot] in
[#9164](#9164)
- update rust crate aws-lc-rs to v1.16.3 by @renovate[bot] in
[#9165](#9165)
- update ubuntu docker tag to resolute-20260413 by @renovate[bot] in
[#9169](#9169)
- update rust crate clap to v4.6.1 by @renovate[bot] in
[#9166](#9166)
- update taiki-e/install-action digest to a2352fc by @renovate[bot] in
[#9163](#9163)
- update rust crate ctor to 0.10 by @renovate[bot] in
[#9170](#9170)
- update rust crate tokio to v1.52.1 by @renovate[bot] in
[#9167](#9167)
- update rust crate rmcp-macros to 0.17 by @renovate[bot] in
[#9173](#9173)
- update rust crate signal-hook to 0.4 by @renovate[bot] in
[#9177](#9177)
- update rust crate zipsign-api to 0.2 by @renovate[bot] in
[#9180](#9180)
- update rust crate toml_edit to 0.25 by @renovate[bot] in
[#9179](#9179)
- update rust crate strum to 0.28 by @renovate[bot] in
[#9178](#9178)

### 📦 Registry

- add ibmcloud by @dnwe in
[#9139](#9139)
- add rush by @jdx in [#9146](#9146)

### New Contributors

- @80avin made their first contribution in
[#9151](#9151)
- @atharvasingh7007 made their first contribution in
[#9124](#9124)
- @lechuckcaptain made their first contribution in
[#8782](#8782)
- @ergofriend made their first contribution in
[#9102](#9102)
- @dnwe made their first contribution in
[#9139](#9139)

## 📦 Aqua Registry Updates

#### New Packages (3)

-
[`controlplaneio-fluxcd/flux-operator`](https://github.com/controlplaneio-fluxcd/flux-operator)
-
[`dependency-check/DependencyCheck`](https://github.com/dependency-check/DependencyCheck)
- [`kiro.dev/kiro-cli`](https://github.com/kiro.dev/kiro-cli)

#### Updated Packages (2)

-
[`jreleaser/jreleaser/standalone`](https://github.com/jreleaser/jreleaser/standalone)
- [`sigstore/cosign`](https://github.com/sigstore/cosign)
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