pub fn build_app(
state: Arc<VictauriState>,
bridge: Arc<dyn WebviewBridge>,
) -> RouterExpand description
Build an Axum router for the MCP server with default options (no auth token).
pub fn build_app(
state: Arc<VictauriState>,
bridge: Arc<dyn WebviewBridge>,
) -> RouterBuild an Axum router for the MCP server with default options (no auth token).