{ "name": "@stacksfinder/mcp-server", "version": "1.6.0", "mcpName": "io.github.hoklims/stacksfinder", "description": "25 tools for deterministic tech stack recommendations, technology comparison, blueprint generation, technical debt audits, project estimation, MCP compatibility checking, workflow guidance, and project kit. No hallucinations, just data.", "type": "module", "bin": { "stacksfinder-mcp": "./dist/index.js" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist", "README.md", "CHANGELOG.md", "CONTRIBUTING.md", "SECURITY.md" ], "scripts": { "build": "tsc && npm run copy-data", "copy-data": "node -e \"const fs=require('fs');['technology_scores.json','compatibility_matrix.json'].forEach(f=>fs.copyFileSync('src/data/'+f,'dist/data/'+f))\"", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "test": "vitest", "test:run": "vitest run", "check-data-sync": "tsx scripts/check-data-sync.ts" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.25.1", "zod": "^3.23.0" }, "devDependencies": { "@types/node": "^20.0.0", "tsx": "^4.0.0", "typescript": "^5.4.0", "vitest": "^2.0.0" }, "keywords": [ "mcp", "model-context-protocol", "anthropic", "stacksfinder", "tech-stack", "llm", "claude", "cursor", "windsurf", "vscode", "developer-tools", "ai-assistant", "code-assistant", "blueprint", "architecture" ], "repository": { "type": "git", "url": "https://github.com/hoklims/stacksfinder-mcp" }, "homepage": "https://stacksfinder.com", "bugs": { "url": "https://github.com/hoklims/stacksfinder-mcp/issues" }, "author": "StacksFinder ", "publishConfig": { "access": "public" }, "license": "MIT", "engines": { "node": ">=18.0.0" } }