//! `notedthat-server` binary entry point.
//!
//! Boots the HTTP API + `WebDAV` + remote MCP server as a single process.
use Parser as _;
use ;
/// `NotedThat` server entry point.
///
/// Resolves configuration from the command line and the environment — a flag
/// wins over the variable it mirrors — initializes tracing, and delegates to
/// [`run`] for all application logic. Returns non-zero on any startup failure
/// (configuration missing or invalid, S3 provisioning error, etc.).
async