{ "name": "@acabala/apidog-tests-mcp", "version": "0.0.6", "mcpName": "io.github.acabala/apidog-tests-mcp", "description": "MCP server for managing Apidog test cases, scenarios, suites, and test data", "type": "module", "license": "MIT", "keywords": [ "mcp", "apidog", "testing", "api-testing", "test-management", "model-context-protocol" ], "repository": { "type": "git", "url": "git+https://github.com/acabala/apidog-tests-mcp.git" }, "homepage": "https://github.com/acabala/apidog-tests-mcp#readme", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "bin": { "apidog-tests-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "publishConfig": { "access": "public" }, "engines": { "node": ">=18" }, "scripts": { "build": "tsc", "typecheck": "tsc --noEmit", "format": "prettier --write .", "format:check": "prettier --check .", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "changeset": "changeset", "version-packages": "changeset version", "release": "changeset publish", "start": "node dist/index.js", "start:dev": "tsx src/index.ts", "prepublishOnly": "npm run format:check && npm run typecheck && npm run test && npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.26.0", "zod": "^3.24.0" }, "devDependencies": { "@changesets/cli": "^2.29.8", "@types/node": "^22.0.0", "prettier": "^3.8.1", "tsx": "^4.19.0", "typescript": "^5.7.0", "vitest": "^3.0.0" } }