//! Inventory-based factory for registering `#[mcp_resource]` implementations.
use McpResource;
/// A factory function that constructs a boxed [`McpResource`].
///
/// Every `#[mcp_resource]` macro expansion submits one of these via `inventory::submit!`.
);
collect!;