MCP_CLIENTE_LATEX_V3 / package.json
C2MV's picture
πŸš€ Deploy LaTeX MCP Server v2.0 β€” 7 tools (Modules A-F)
0ea56ba verified
raw
history blame contribute delete
793 Bytes
{
"name": "letxipu-latex-mcp",
"version": "3.0.0",
"description": "MCP Server v3.0 β€” 9 tools: compile, patch, edit, restructure, read, expand, shrink, extract, list LaTeX projects",
"main": "dist/index.js",
"type": "module",
"bin": {
"letxipu-latex-mcp": "./dist/index.js"
},
"scripts": {
"dev": "npm run build && node dist/index.js",
"build": "tsc",
"start": "node dist/index.js"
},
"dependencies": {
"@huggingface/hub": "^2.11.0",
"@modelcontextprotocol/sdk": "^1.6.0",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"cors": "^2.8.6",
"dotenv": "^16.6.1",
"express": "^5.2.1",
"jszip": "^3.10.1"
},
"devDependencies": {
"@types/node": "^22.13.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
}
}