/**
 * @fileoverview Barrel file for the `docwriter_update_document_block` tool.
 * This file exports the tool's registration function, making it accessible
 * to the main server setup for easy integration.
 * @module src/mcp-server/tools/updateDocumentBlock/index
 */
export { registerUpdateDocumentBlockTool } from "./registration.js";
