@skyramp/mcp
Version:
Skyramp MCP (Model Context Protocol) Server - AI-powered test generation and execution
63 lines (62 loc) • 1.53 kB
JSON
{
"name": "@skyramp/mcp",
"version": "0.0.43",
"main": "build/index.js",
"type": "module",
"bin": {
"mcp": "./build/index.js"
},
"scripts": {
"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 .",
"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.11.4",
"@skyramp/skyramp": "^1.2.34",
"@playwright/test": "^1.55.0",
"dockerode": "^4.0.6",
"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",
"jest": "^29.7.0",
"ts-jest": "^29.3.4",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=18"
}
}