qasphere-mcp
Version:
MCP server for QA Sphere integration
45 lines (44 loc) • 949 B
JSON
{
"name": "qasphere-mcp",
"version": "0.2.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",
"scripts": {
"build": "tsc && chmod +x dist/index.js",
"dev": "tsx src/index.ts",
"inspector": "npx @modelcontextprotocol/inspector tsx src/index.ts",
"test": "vitest run"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0",
"axios": "^1.6.7",
"dotenv": "^16.4.5",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^22.13.16",
"tsx": "^4.19.3",
"typescript": "^5.8.2",
"vitest": "^3.1.1"
}
}