Expand description
MCP (Model Context Protocol) integration for ThinkingLanguage.
Provides client and server MCP support over stdio and HTTP transports.
Re-exports§
pub use client::McpClient;pub use client::SamplingCallback;pub use client::SamplingRequest;pub use client::SamplingResponse;pub use client::TlClientHandler;pub use error::McpError;pub use rmcp;