/**
* @fileoverview Barrel file for the `catFactFetcher` tool.
* This file serves as the public interface for the cat fact fetcher tool module,
* primarily exporting the `registerCatFactFetcherTool` function.
* @module src/mcp-server/tools/catFactFetcher/index
*/
export { registerCatFactFetcherTool } from "./registration.js";