Skip to content

Conversation

@elastic-renovate-prod
Copy link
Contributor

@elastic-renovate-prod elastic-renovate-prod bot commented Nov 3, 2025

This PR contains the following updates:

Package Type Update Change
rmcp-macros dependencies minor 0.2.1 -> 0.8.0

Release Notes

modelcontextprotocol/rust-sdk (rmcp-macros)

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)

v0.3.2

Compare Source

Fixed
  • (capabilities) do not serialize None as null for list_changed (#​341)
  • (Transport) close oneshot transport on error (#​340)
  • (oauth) expose OAuthTokenResponse publicly (#​335)

v0.3.1

Compare Source

Fixed
  • use mimeType instead of mime_type for MCP specification compliance (#​339)
  • return a 405 for GET and DELETE if stateful_mode=false (#​331)
  • propagate tracing spans when spawning new tokio tasks (#​334)
  • Explicitly added client_id as an extra parameter causes bad token requests (#​322)
Other
  • Fix formatting in crate descriptions in README.md (#​333)

v0.3.0

Compare Source

Added
  • unified error type (#​308)
  • (transport) add builder & expose child stderr (#​305)
Other
  • (deps) update schemars requirement from 0.8 to 1.0 (#​258)
  • (rmcp) bump rmcp-macros version to match (#​311)
  • fix packages used for server example (#​309)

Configuration

📅 Schedule: Branch creation - "after 1am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Renovate Bot.

@elastic-renovate-prod
Copy link
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package [email protected] --precise 0.8.3
    Updating crates.io index
error: failed to select a version for the requirement `rmcp-macros = "^0.2.1"`
candidate versions found which didn't match: 0.8.3
location searched: crates.io index
required by package `rmcp v0.2.1`
    ... which satisfies dependency `rmcp = "^0.2.1"` (locked to 0.2.1) of package `elasticsearch-core-mcp-server v0.4.6 (/tmp/renovate/repos/github/elastic/mcp-server-elasticsearch)`

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