/**
 * @fileoverview Barrel file for the fetch_image_test tool.
 * Exports the tool's registration function.
 * @module src/mcp-server/tools/imageTest/index
 */
export { registerFetchImageTestTool } from "./registration.js";
