Spiffy fork of bevy_brp for MMORPG inspector development
- Rust 78.5%
- Python 16.8%
- Shell 4.7%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .cargo | ||
| .claude | ||
| .github/workflows | ||
| extras | ||
| mcp | ||
| mcp_macros | ||
| test-app | ||
| test-duplicate-a | ||
| test-duplicate-b | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CLAUDE.md | ||
| mend.toml | ||
| README.md | ||
| rustfmt.toml | ||
| taplo.toml | ||
bevy_brp development workspace
| bevy_brp_mcp |
|
| bevy_brp_extras |
|
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 serverextras/- optional Bevy plugin that adds extra BRP methods for enhanced functionalitymcp/- Model Context Protocol (mcp) server for AI coding assistants to control Bevy appsmcp_macros/- boilerplate-reducing macrostest-*/- examples and applications for testing and development