UNPKG

@ttaqt/novel-workflow-mcp

Version:

MCP server for AI-assisted novel writing workflow with real-time web dashboard

86 lines (85 loc) 2.45 kB
{ "name": "@ttaqt/novel-workflow-mcp", "version": "2.2.1", "description": "MCP server for AI-assisted novel writing workflow with real-time web dashboard", "main": "dist/index.js", "type": "module", "bin": { "novel-workflow-mcp": "dist/index.js" }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "scripts": { "build": "npm run validate:i18n && npm run clean && tsc && npm run build:dashboard && npm run copy-static", "copy-static": "node scripts/copy-static.cjs", "dev": "tsx src/index.ts", "start": "node dist/index.js", "dev:dashboard": "vite --config src/dashboard_frontend/vite.config.ts", "build:dashboard": "vite build --config src/dashboard_frontend/vite.config.ts", "clean": "rimraf dist", "validate:i18n": "node scripts/validate-i18n.js", "test": "vitest", "test:watch": "vitest --watch", "test:coverage": "vitest --coverage", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "novel-writing", "ai-writing", "creative-writing", "claude", "cursor", "writing-workflow", "story-creation" ], "author": "", "license": "GPL-3.0", "dependencies": { "@dnd-kit/core": "^6.1.0", "@dnd-kit/sortable": "^8.0.0", "@dnd-kit/utilities": "^3.2.2", "@fastify/static": "^7.0.4", "@fastify/websocket": "^8.2.1", "@modelcontextprotocol/sdk": "^0.5.0", "@tailwindcss/vite": "^4.1.13", "chokidar": "^3.5.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "diff": "^5.1.0", "fastify": "^4.24.3", "highlight.js": "^11.9.0", "i18next": "^25.5.2", "i18next-browser-languagedetector": "^8.2.0", "markdown-it": "^14.1.0", "mermaid": "^10.9.1", "open": "^8.4.2", "react": "^18.3.1", "react-dom": "^18.3.1", "react-i18next": "^15.7.3", "react-router-dom": "^6.26.2", "simple-git": "^3.28.0", "tailwind-merge": "^3.3.1", "toml": "^3.0.0" }, "devDependencies": { "@tailwindcss/typography": "^0.5.16", "@types/diff": "^5.0.3", "@types/node": "^22.18.1", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "@types/ws": "^8.5.13", "@vitejs/plugin-react": "^4.3.3", "@vitest/coverage-v8": "^2.1.8", "rimraf": "^6.0.1", "tailwindcss": "^4.1.13", "tsx": "^4.7.0", "typescript": "^5.7.2", "vite": "^5.4.8", "vitest": "^2.1.8" } }