///|
fn main {
  // Silent on stdout — adapters share the process with MCP's JSON-RPC
  // transport, and any chatter here corrupts client parsing. Smoke prints
  // from earlier phases (spike_sqlite / regex_spike) live in their own
  // functions and can be called from test harnesses when needed.
  register_api()
}