docwriter-mcp-server
Version:
A Model Context Protocol (MCP) server for programmatic creation, modification, and compilation of structured LaTeX documents. Enables AI agents and automated workflows to generate reports, articles, and papers from templates, with secure, structured conte
8 lines (7 loc) • 333 B
JavaScript
/**
* @fileoverview Barrel file for the `docwriter_compile_latex_to_pdf` 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/compileLatexToPdf/index
*/
export { registerCompileLatexToPdfTool } from "./registration.js";