@rocketshipai/mcp-server
Version:
MCP assistant for helping AI coding agents write better Rocketship tests
57 lines (56 loc) • 1.35 kB
JSON
{
"name": "@rocketshipai/mcp-server",
"version": "0.5.11",
"description": "MCP assistant for helping AI coding agents write better Rocketship tests",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"rocketship-mcp": "./dist/index.js"
},
"scripts": {
"embed-knowledge": "tsx scripts/embed-knowledge.js",
"build": "npm run embed-knowledge && tsc",
"dev": "tsx src/index.ts",
"test": "npm run embed-knowledge && tsx src/test.ts",
"prepare": "npm run build",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.15.0",
"js-yaml": "^4.1.0",
"simple-git": "^3.20.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.19.4",
"tsx": "^4.0.0",
"typescript": "^5.0.0"
},
"files": [
"dist/**/*",
"README.md"
],
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"mcp",
"model-context-protocol",
"rocketship",
"testing",
"ai",
"test-generation",
"api-testing"
],
"author": "Rocketship Team <hello@rocketship.sh>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rocketship-ai/rocketship.git",
"directory": "mcp-server"
},
"homepage": "https://docs.rocketship.sh",
"publishConfig": {
"access": "public"
}
}