Package logging wires the structured logger used by the MCP server.
Log-trace correlation is opt-in: only records emitted via L(ctx) carry the
active span's trace context.
L returns the global zap logger carrying ctx so the otelzap bridge stamps the
span's native trace context onto exported log records. No span, no change.