/** * MCP Tool Registry * * Auto-discovery and routing for decorated MCP tools */ export { MCPToolRegistry, type MCPToolDefinition } from "./tool-registry.js"; //# sourceMappingURL=index.d.ts.map