File size: 793 Bytes
b16049c
 
 
 
 
 
 
 
 
 
0ea56ba
b16049c
 
 
 
 
 
 
 
 
 
0ea56ba
 
b16049c
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "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"
  }
}