Files
Beyhan Oğur 880f412e2c first commit
2026-04-26 21:52:23 +03:00

25 lines
537 B
JSON

{
"name": "test-tools-server",
"version": "1.0.0",
"description": "MCP STDIO server with standard test tools for integration testing",
"type": "module",
"bin": {
"test-tools-server": "./dist/index.js"
},
"scripts": {
"build": "tsc && chmod +x dist/index.js",
"prepare": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^20.10.0",
"typescript": "^5.3.3"
},
"overrides": {
"hono": "4.12.14"
}
}