Skip to content

chore(deps): bump bevy_brp_extras from 0.18.8 to 0.21.0 - #53

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/bevy_brp_extras-0.21.0
Open

chore(deps): bump bevy_brp_extras from 0.18.8 to 0.21.0#53
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/bevy_brp_extras-0.21.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps bevy_brp_extras from 0.18.8 to 0.21.0.

Release notes

Sourced from bevy_brp_extras's releases.

bevy_brp v0.21.0

bevy_brp_mcp

Breaking Changes

  • Target discovery for brp_launch and brp_list_bevy no longer queries the MCP client for workspace roots (MCP Roots). The server now searches only its current working directory, or the explicit path parameter when supplied. Automatic discovery across multiple client-provided workspace folders is removed — pass path to target projects outside the server's working directory.

Changed

  • Upgrade rmcp from 1.7.0 to 2.2.0, removing the deprecated roots/list (peer.list_roots()) call that rmcp 2.x deprecates following the MCP Roots deprecation (SEP-2577).
  • Allow brp_execute to invoke application-defined methods reported by rpc.discover, with live method-name validation on the selected port.
  • Correct rpc_discover guidance for Bevy 0.19, which reports registered method names without parameter or result schemas.

bevy_brp_extras

Changed

  • Version bump to 0.21.0 to maintain workspace version synchronization

bevy_brp_mcp_macros

Breaking Changes

  • ToolFn derive: remove the with_context attribute flag. Generated call implementations now always invoke handle_impl(params). The context-passing variant existed solely to thread MCP roots into handlers, which are no longer used.

bevy_brp v0.20.1

bevy_brp_extras

Changed

  • Update bevy_kana to 0.1.0 so the crate resolves against Bevy 0.19.0 instead of Bevy 0.19 release candidates.

bevy_brp_mcp

Changed

  • Update bevy_kana to 0.1.0 so the crate resolves against Bevy 0.19.0 instead of Bevy 0.19 release candidates.

bevy_brp_mcp_macros

Changed

  • Version bump to 0.20.1 to maintain workspace version synchronization.

bevy_brp v0.20.0

bevy_brp_mcp

Added

  • Add Bevy ECS component metadata to BRP type guide schema information, following Bevy PR #23102

Changed

  • Increase the large-response file spill threshold from 15,000 to 25,000 estimated tokens

bevy_brp_extras

Changed

  • Version bump to 0.20.0 to maintain workspace version synchronization

... (truncated)

Commits
  • cdafaea chore: update workspace deps to 0.21.0
  • 98135aa 0.21.0
  • a119647 docs: update compatibility tables for v0.21.0
  • 84ec35d refactor!: remove MCP Roots discovery and upgrade rmcp to 2.2.0
  • fe4fb19 feat: execute application-defined BRP methods via brp_execute
  • c6dd5fe refactor: type-name fields and lead files with anchor types
  • db2301d refactor: name style-fix constants and schema binding
  • 12c2611 refactor: apply style-fix constants and naming
  • 7d5e7ee chore: bump to 0.21.0-dev
  • 5e2f2e8 chore: restore [Unreleased] sections after v0.20.1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [bevy_brp_extras](https://github.com/natepiano/bevy_brp) from 0.18.8 to 0.21.0.
- [Release notes](https://github.com/natepiano/bevy_brp/releases)
- [Commits](natepiano/bevy_brp@v0.18.8...v0.21.0)

---
updated-dependencies:
- dependency-name: bevy_brp_extras
  dependency-version: 0.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor Author

Assignees

The following users could not be added as assignees: @me. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants