//! # Using MCP Server tools
//!
//! This example focus on demonstrating how you can use MCP Servers as tools for your AI Agent
//!
//! To run this example from the terminal, enter:
//! ```bash
//! cargo run --example tools_mcp
//! ```
//!
//! ## Source Code
//!
//! ```rust
//! ```