{ "name": "@n0zer0d4y/mercury-spec-ops", "version": "0.1.2", "description": "A modular TypeScript Model Context Protocol (MCP) server for specialized software development analysis and prompt engineering with programmatic prompt assembly", "mcpName": "io.github.n0zer0d4y/mercury-spec-ops", "main": "dist/src/server.js", "bin": { "mercury-spec-ops": "dist/src/server.js" }, "files": [ "dist/src/server.js", "dist/src/prompts/**/*.js", "dist/src/resources/**/*.js", "dist/src/types/**/*.js", "README.md", "LICENSE" ], "scripts": { "start": "npx tsx src/server.ts", "mcp": "npx tsx src/server.ts", "test": "vitest run", "test:watch": "vitest", "test:ui": "vitest --ui", "test:coverage": "vitest run --coverage", "test:mcp": "node test-mcp.js", "build": "tsc", "prepare": "npm run build", "prepublishOnly": "npm test", "lint": "eslint . --ext .ts,.js" }, "keywords": [ "mcp", "model-context-protocol", "typescript", "prompt-engineering", "software-development", "claude", "ai", "modular", "prompts", "templates", "mercury", "spec-ops", "analysis" ], "author": "n0zer0d4y", "license": "MIT", "homepage": "https://github.com/n0zer0d4y/mercury-spec-ops", "repository": { "type": "git", "url": "git+https://github.com/n0zer0d4y/mercury-spec-ops.git" }, "bugs": { "url": "https://github.com/n0zer0d4y/mercury-spec-ops/issues" }, "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.24.2" }, "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^20", "@vitest/coverage-v8": "^4.0.8", "@vitest/ui": "^4.0.8", "tsx": "^4.20.3", "typescript": "^5", "vitest": "^4.0.8" }, "engines": { "node": ">=20" } }