Spiffy fork of bevy_brp for MMORPG inspector development
  • Rust 78.5%
  • Python 16.8%
  • Shell 4.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
natepiano 72bd04e87e
Some checks failed
CI / Format Check (push) Has been cancelled
CI / Taplo Check (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Build Check (push) Has been cancelled
CI / Test Suite (push) Has been cancelled
CI / Mend Check (push) Has been cancelled
style: apply formatting
2026-04-27 20:42:00 +02:00
.cargo docs: add WASM support and refactor extras documentation 2026-02-21 13:17:38 -05:00
.claude chore: rebalance integration test ordering from latest run 2026-04-27 16:56:59 +02:00
.github/workflows ci: pin cache-apt-pkgs-action fork 2026-04-09 13:29:57 -04:00
extras style: apply nightly findings — split, collapse, backticks, refs 2026-04-27 16:34:02 +02:00
mcp style: apply nightly findings — split, collapse, backticks, refs 2026-04-27 16:34:02 +02:00
mcp_macros style: apply nightly findings — split, collapse, backticks, refs 2026-04-27 16:34:02 +02:00
test-app style: apply nightly findings — split, collapse, backticks, refs 2026-04-27 16:34:02 +02:00
test-duplicate-a style: apply evaluation findings (visibility, imports, naming) 2026-04-24 16:57:07 +02:00
test-duplicate-b style: apply evaluation findings (visibility, imports, naming) 2026-04-24 16:57:07 +02:00
.gitignore added settings.local.json 2026-02-10 15:03:36 -05:00
Cargo.lock style: apply nightly findings (bevy_kana, closures, constants, traits) 2026-04-22 21:57:47 -04:00
Cargo.toml style: apply formatting 2026-04-27 20:42:00 +02:00
CLAUDE.md refactor: rename spawn_format to spawn_example 2025-11-20 15:44:08 -05:00
mend.toml refactor: trim extras deps, drop smol_str, and tighten visibility 2026-03-10 16:01:00 -04:00
README.md sometimes html is fine 2026-03-19 10:17:13 -04:00
rustfmt.toml changed rustfmt.toml settings 2025-11-20 06:46:36 -05:00
taplo.toml refactor: Move command tests and config files to workspace root 2025-06-27 14:48:54 -04:00

bevy_brp development workspace

bevy_brp_mcp License Crates.io Downloads CI
bevy_brp_extras License Crates.io Downloads CI

This is the development workspace for Bevy Remote Protocol (BRP) tools. The published crates are located in mcp/ and extras/.

workspace structure

  • .claude/ - claude code commands, scripts, and agentic tests for the mcp server
  • extras/ - optional Bevy plugin that adds extra BRP methods for enhanced functionality
  • mcp/ - Model Context Protocol (mcp) server for AI coding assistants to control Bevy apps
  • mcp_macros/ - boilerplate-reducing macros
  • test-*/ - examples and applications for testing and development