//! MCP (Model Context Protocol) server for GDELT.
//!
//! Provides an MCP server that exposes GDELT tools to AI assistants.
//! This module is only available when the `mcp` feature is enabled.
pub use start_mcp_server;
/// Check if MCP feature is available