@vjlanguage/mcp-vj-docs
Version:
MCP server for documentation crawling, indexing, and retrieval
72 lines (71 loc) • 1.87 kB
JSON
{
"name": "@vjlanguage/mcp-vj-docs",
"version": "0.1.73",
"private": false,
"description": "MCP server for documentation crawling, indexing, and retrieval",
"type": "commonjs",
"main": "dist/index.js",
"bin": {
"mcp-vj-docs": "dist/index.js",
"vjdoc": "dist/index.js",
"vjdoc-cli": "dist/bin/cli.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js && echo \"Build completed\"",
"prepare": "npm run build",
"watch": "tsc --watch",
"start": "node dist/index.js",
"dev": "ts-node index.ts",
"test": "jest",
"clean": "rimraf dist",
"lint": "eslint . --ext .ts",
"prepublishOnly": "yarn clean && yarn build"
},
"dependencies": {
"@mendable/firecrawl-js": "^1.0.0",
"@modelcontextprotocol/sdk": "^1.11.0",
"buffer": "^6.0.3",
"commander": "^11.1.0",
"date-fns": "^4.1.0",
"express": "^4.18.2",
"lowdb": "^1.0.0",
"natural": "^6.10.4",
"pdf-parse": "^1.1.1",
"pdf2md": "^1.0.2",
"winston": "^3.11.0",
"ws": "^8.18.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/jest": "^29.5.11",
"@types/lowdb": "^1.0.15",
"@types/natural": "^5.1.2",
"@types/node": "^20.10.4",
"@types/turndown": "^5.0.4",
"@types/winston": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.55.0",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"shx": "^0.3.4",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.3"
},
"keywords": [
"mcp",
"documentation",
"crawler",
"search",
"windsurf"
],
"author": "VJ Language Team",
"homepage": "https://github.com/vjlanguage",
"bugs": "https://github.com/vjlanguage/mcp-vj-docs/issues",
"license": "MIT"
}