//! MCP server tests organized into logical modules
//!//! This module provides comprehensive testing for the MCP server implementation,
//! organized by functionality: tools, prompts, resources, and error handling.
#![cfg(feature ="mcp-server")]pub(crate)modcommon;moderror_tests;modprompt_tests;modresource_tests;modtool_tests;