fly233338/dsh-overleaf
fly233338★ 1JavaScript最后同步: 2026-08-14
Connect Overleaf projects to DeepSeek Harness (DSH) through OverleafMCP and MCP tools.
README 摘要
dsh-overleaf English 中文 Connect multiple Overleaf projects to DeepSeek Harness (DSH) through OverleafMCP. dsh-overleaf installs OverleafMCP as an npm dependency, starts it through MCP stdio, and exposes its tools to DSH. The OverleafMCP source is not copied into this project. Features Browse and read files from multiple Overleaf projects, inspect document sections and section content, write files or sections back to Overleaf through Git, and use the DSH MCP Client provided by the host. Based on my experience, it is especially useful in the following scenarios: understanding an entire LaTeX project, automatically fixing LaTeX compilation errors, and unifying terminology and symbols throughout the document. Requirements - DSH 0.1.0-rc.5 or a compatible release. - Node.js 22.19.0 or newer. - An Overleaf Git integration token. Install From a DSH source checkout: If the DSH CLI is installed and available on PATH : The npm installation command becomes available after this package is published. Configure The plugin uses dsh-overleaf.config.json next to its index.js . If the file is missing, the plugin creates it on startup with this content. Fill in one shared token and one project ID per…
在 GitHub 查看完整 README →