/**
 * MCP (Model Context Protocol) module exports
 * 
 * This module provides the MCP client implementation and registry
 * for connecting to MCP servers and accessing their capabilities.
 */

export * from "./client";
export * from "./registry";