mcp-test-client
Version:
A testing utility for Model Context Protocol (MCP) servers
59 lines (58 loc) • 1.28 kB
JSON
{
"name": "mcp-test-client",
"version": "1.0.1",
"description": "A testing utility for Model Context Protocol (MCP) servers",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"files": [
"dist",
"README.md"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"test": "bun test",
"clean": "rm -rf dist",
"prepublishOnly": "bun run clean && bun run build"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "latest",
"bun-types": "latest",
"typescript": "latest"
},
"keywords": [
"mcp",
"model-context-protocol",
"testing",
"test-client",
"typescript",
"bun"
],
"author": "Dennison Bertram & Claude",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/crazyrabbitLTC/mcp-test-client.git"
},
"bugs": {
"url": "https://github.com/crazyrabbitLTC/mcp-test-client/issues"
},
"homepage": "https://github.com/crazyrabbitLTC/mcp-test-client#readme",
"engines": {
"node": ">=18.0.0",
"bun": ">=1.0.0"
}
}