UNPKG

qasphere-mcp

Version:
54 lines (53 loc) 1.19 kB
{ "name": "qasphere-mcp", "version": "0.4.1", "description": "MCP server for QA Sphere integration", "type": "module", "main": "dist/index.js", "bin": { "qasphere-mcp": "./dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/Hypersequent/qasphere-mcp.git" }, "keywords": [ "mcp", "qasphere", "tms" ], "author": "Hypersequent", "license": "MIT", "engines": { "node": ">=22" }, "scripts": { "build": "tsc && chmod +x dist/index.js", "dev": "tsx src/index.ts", "check": "biome check src", "check:fix": "biome check --write src", "inspector": "npx @modelcontextprotocol/inspector tsx src/index.ts", "prepare": "husky" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "dotenv": "^17.4.2", "zod": "^4.4.1" }, "devDependencies": { "@biomejs/biome": "^2.4.13", "@types/node": "^25.6.0", "husky": "^9.1.7", "lint-staged": "^16.4.0", "tsx": "^4.21.0", "typescript": "^6.0.3" }, "lint-staged": { "*.{ts,js,json}": "biome check --write --no-errors-on-unmatched" } }