UNPKG

@benyue1978/soloflow-mcp

Version:

A Model Context Protocol (MCP) server for project document management with 32 comprehensive prompts covering the complete software development lifecycle

58 lines (57 loc) 1.45 kB
{ "name": "@benyue1978/soloflow-mcp", "version": "1.1.1", "description": "A Model Context Protocol (MCP) server for project document management with 32 comprehensive prompts covering the complete software development lifecycle", "main": "dist/index.js", "type": "module", "bin": { "soloflow-mcp": "dist/index.js" }, "files": [ "dist/", "README.md", "README.zh-CN.md" ], "scripts": { "build": "tsc && npm run copy-resources", "copy-resources": "cp -r src/resources dist/", "test": "jest", "test:coverage": "jest --coverage", "prepublishOnly": "npm run build && npm test" }, "keywords": [ "mcp", "model-context-protocol", "project-management", "documentation", "ai-assistant", "cursor", "ide-integration", "software-development", "prompts", "typescript" ], "author": "Song Yue <benyue1978@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/benyue1978/solo-flow-mcp.git" }, "bugs": { "url": "https://github.com/benyue1978/solo-flow-mcp/issues" }, "homepage": "https://github.com/benyue1978/solo-flow-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.17.0" }, "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^20.0.0", "jest": "^30.0.0", "ts-jest": "^29.1.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18.0.0" } }