@mcp-apps/pdf-tools-mcp-server
Version:
MCP server for interacting with PDF documents
34 lines (33 loc) • 694 B
JSON
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "build",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": "$tsc",
"label": "npm: build",
"detail": "tsc"
},
{
"type": "npm",
"script": "watch",
"group": "build",
"problemMatcher": "$tsc-watch",
"label": "npm: watch",
"detail": "tsc -w",
"isBackground": true
},
{
"type": "npm",
"script": "rebuild",
"group": "build",
"problemMatcher": "$tsc",
"label": "npm: rebuild",
"detail": "npm run clean && npm run build"
}
]
}