MCP_CLIENTE_LATEX_V4 / package.json
C2MV's picture
πŸš€ Deploy LaTeX MCP Server v4.0 β€” 9 tools + Image URL Download
0ed2535 verified
raw
history blame contribute delete
814 Bytes
{
"name": "letxipu-latex-mcp",
"version": "4.0.0",
"description": "MCP Server v4.0 β€” 9 tools + image URL download: 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"
}
}