UNPKG

@skyramp/mcp

Version:

Skyramp MCP (Model Context Protocol) Server - AI-powered test generation and execution

71 lines (70 loc) 1.83 kB
{ "name": "@skyramp/mcp", "version": "0.0.55", "main": "build/index.js", "type": "module", "bin": { "mcp": "./build/index.js" }, "scripts": { "clean-build": "rm -rf build && npm run build", "build": "tsc && chmod 755 build/index.js", "build:prod": "tsc --sourceMap false && chmod 755 build/index.js", "pack": "npm run build:prod && npm pack", "start": "node build/index.js", "test:startup": "time node build/index.js --help", "pretty": "npx prettier --write .", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "test": "npx jest" }, "files": [ "build/**/*.js", "README.md" ], "author": "Skyramp Team", "license": "ISC", "description": "Skyramp MCP (Model Context Protocol) Server - AI-powered test generation and execution", "keywords": [ "mcp", "model-context-protocol", "skyramp", "testing", "test-generation", "ai-testing", "cursor", "claude" ], "repository": { "type": "git", "url": "https://github.com/skyramp/mcp.git" }, "homepage": "https://github.com/skyramp/mcp#readme", "bugs": { "url": "https://github.com/skyramp/mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.24.3", "@playwright/test": "^1.55.0", "@skyramp/skyramp": "1.3.8", "dockerode": "^4.0.6", "fast-glob": "^3.3.3", "simple-git": "^3.30.0", "zod": "^3.25.3" }, "devDependencies": { "@types/dockerode": "^3.3.39", "@types/jest": "^29.5.14", "@types/mocha": "^10.0.10", "@types/node": "^22.15.19", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "eslint": "^9.0.0", "jest": "^29.7.0", "ts-jest": "^29.3.4", "typescript": "^5.8.3" }, "engines": { "node": ">=18" } }