{ "name": "qatouch-mcp-server", "version": "1.1.8", "mcpName": "io.github.qatouch/qatouch", "description": "MCP Server for software testing, test case management, test execution, and defect tracking.", "type": "module", "main": "src/index.js", "bin": { "qatouch-mcp-server": "./src/index.js" }, "scripts": { "start": "node src/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/qatouch/qatouch-mcp-server.git" }, "keywords": [ "mcp", "qatouch", "testing", "model-context-protocol", "mcp-server", "qa-touch", "testing", "test-management", "test-cases", "test-runs", "defects", "requirements", "claude" ], "author": "QA Touch", "license": "MIT", "bugs": { "url": "https://github.com/qatouch/qatouch-mcp-server/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "axios": "^1.16.1" } }