@afterxleep/doc-bot
Version:
Generic MCP server for intelligent documentation access in any project
72 lines (71 loc) • 1.75 kB
JSON
{
"name": "@afterxleep/doc-bot",
"version": "1.16.0",
"description": "Generic MCP server for intelligent documentation access in any project",
"type": "module",
"main": "src/index.js",
"bin": {
"doc-bot": "bin/doc-bot.js"
},
"scripts": {
"start": "node bin/doc-bot.js --verbose",
"start:watch": "node bin/doc-bot.js --verbose --watch",
"start:examples": "node bin/doc-bot.js --docs ./samples --verbose",
"dev": "node bin/doc-bot.js --verbose --watch",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint src/ bin/ --ext .js",
"lint:fix": "eslint src/ bin/ --ext .js --fix"
},
"keywords": [
"mcp",
"documentation",
"ai",
"claude",
"cursor",
"model-context-protocol",
"docs",
"intelligent",
"inference"
],
"author": "Daniel Loren <daniel@afterxleep.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/afterxleep/doc-bot.git"
},
"bugs": {
"url": "https://github.com/afterxleep/doc-bot/issues"
},
"homepage": "https://github.com/afterxleep/doc-bot#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.7.0",
"commander": "^12.0.0",
"chokidar": "^3.5.3",
"fs-extra": "^11.0.0",
"glob": "^10.3.0",
"yaml": "^2.3.0",
"better-sqlite3": "^11.10.0",
"axios": "^1.6.0",
"tar": "^7.4.0",
"adm-zip": "^0.5.16",
"plist": "^3.1.0"
},
"devDependencies": {
"eslint": "^8.57.0",
"jest": "^29.7.0",
"supertest": "^6.3.0"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"src/",
"bin/",
"prompts/",
"README.md",
"LICENSE",
"AGENT_INTEGRATION_RULE.txt"
]
}