//! Shared MCP server utilities and request types.
//!//! Provides [`types`] for tool request/response schemas,
//! [`pagination`] cursor helpers, and the [`Server`] wrapper plus
//! [`server_info`] used by per-backend server implementations.
pubmodpagination;modserver;pubmodtypes;pubusepagination::{Cursor, Pager};pubuseserver::{Server, server_info};