bevy_brp_mcp 0.22.2

MCP server for Bevy Remote Protocol (BRP) integration
1
2
3
4
5
6
7
8
// error message prefixes
pub(crate) const MSG_FAILED_TO_PREFIX: &str = "Failed to";
pub(crate) const MSG_INVALID_PREFIX: &str = "Invalid";
pub(crate) const MSG_MISSING_PREFIX: &str = "Missing";

// json schema constants
/// JSON Schema reference prefix for type definitions.
pub(crate) const SCHEMA_REF_PREFIX: &str = "#/$defs/";