UNPKG

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

7 lines (6 loc) 240 B
/** * @fileoverview Barrel file for the docwriter_create_latex_document tool. * Exports the registration function for this tool. * @module src/mcp-server/tools/docwriter_create_latex_document/index */ export * from "./registration.js";