benchmark-mcp
Version:
Load test a Model Context Protocol server with random or scripted tools and parameters
47 lines (46 loc) • 1.13 kB
JSON
{
"name": "benchmark-mcp",
"version": "1.2.1",
"description": "Load test a Model Context Protocol server with random or scripted tools and parameters",
"main": "src/index.js",
"type": "module",
"types": "index.d.ts",
"exports": {
".": {
"import": "./src/index.js",
"types": "./index.d.ts"
}
},
"keywords": [
"mcp",
"model-context-protocol",
"client",
"load-testing",
"ai",
"tools"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/anandkumarpatel/benchmark-mcp.git"
},
"scripts": {
"start": "node src/index.js",
"test": "node -e \"import('./src/index.js').then(m => console.log('✅ Module exports work:', Object.keys(m)))\"",
"prepublishOnly": "npm test"
},
"dependencies": {
"@faker-js/faker": "^10.0.0",
"@google/genai": "^1.20.0",
"@modelcontextprotocol/sdk": "^1.18.1",
"@openai/agents": "^0.1.3",
"dotenv": "^17.2.2",
"node-jq": "^6.3.1",
"pino": "^9.10.0",
"pino-pretty": "^13.1.1"
},
"devDependencies": {
"@types/node": "^24.5.2"
}
}