@aegntic/dailydoco-mcp-server
Version:
DailyDoco Pro MCP Server - Claude integration for automated documentation with AI test audiences, personal brand learning, and intelligent video compilation
91 lines (90 loc) • 2.3 kB
JSON
{
"name": "@aegntic/dailydoco-mcp-server",
"version": "1.0.0",
"description": "DailyDoco Pro MCP Server - Claude integration for automated documentation with AI test audiences, personal brand learning, and intelligent video compilation",
"main": "dist/index.js",
"bin": {
"aegntic-dailydoco-mcp": "dist/index.js"
},
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsx watch src/index.ts",
"start": "node dist/index.js",
"test": "jest",
"lint": "eslint src/**/*.ts",
"type-check": "tsc --noEmit",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.52.0",
"@dailydoco/shared-types": "^1.0.0",
"@modelcontextprotocol/sdk": "^0.4.0",
"chokidar": "^3.5.3",
"express": "^4.18.2",
"fast-glob": "^3.3.2",
"mime-types": "^2.1.35",
"node-fetch": "^3.3.2",
"openai": "^4.20.1",
"puppeteer": "^24.9.0",
"uuid": "^9.0.1",
"ws": "^8.14.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/jest": "^29.5.8",
"@types/mime-types": "^2.1.4",
"@types/node": "^20.0.0",
"@types/uuid": "^9.0.7",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsx": "^4.6.0",
"typescript": "^5.0.0"
},
"keywords": [
"mcp",
"claude",
"ai",
"documentation",
"automation",
"video",
"dailydoco",
"model-context-protocol",
"screen-recording",
"test-audience",
"personal-brand",
"authenticity",
"typescript",
"claude-ai"
],
"author": "DailyDoco Pro Team <team@dailydoco.com>",
"license": "MIT",
"homepage": "https://github.com/dailydoco/dailydoco-pro#readme",
"repository": {
"type": "git",
"url": "https://github.com/dailydoco/dailydoco-pro.git",
"directory": "apps/mcp-server"
},
"bugs": {
"url": "https://github.com/dailydoco/dailydoco-pro/issues"
},
"files": [
"dist/**/*",
"README.md",
"LICENSE",
"package.json"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
}
}