bevy_brp_mcp 0.22.2

MCP server for Bevy Remote Protocol (BRP) integration
1
2
3
4
5
6
7
8
9
10
mod build;
mod build_freshness;
mod config;
mod constants;
mod logging;
mod orchestration;

pub(super) use config::LaunchParams;
pub(super) use config::LaunchResult;
pub(super) use orchestration::launch_bevy_target;