/**
 * @fileoverview Barrel file for the `docwriter_list_latex_documents` 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/listLatexDocuments/index
 */
export { registerListLatexDocumentsTool } from "./registration.js";
