{ "name": "javaperf", "version": "1.4.1", "repository": { "type": "git", "url": "https://github.com/theSharque/mcp-jperf.git" }, "description": "MCP server for Java application profiling via JDK utilities (jcmd, jfr, jps)", "type": "module", "main": "dist/index.js", "bin": { "javaperf": "dist/index.js" }, "scripts": { "build": "tsc && node scripts/sync-server-json.mjs", "dev": "tsx src/index.ts", "start": "node dist/index.js", "lint": "eslint src", "lint:fix": "eslint src --fix", "inspector": "npx @modelcontextprotocol/inspector node dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^4.3.6" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/node": "^20.19.39", "eslint": "^10.2.1", "globals": "^17.5.0", "tsx": "^4.21.0", "typescript": "^6.0.3", "typescript-eslint": "^8.59.0" }, "mcpName": "io.github.theSharque/javaperf", "keywords": [ "mcp", "model-context-protocol", "java", "profiling", "jfr", "jcmd", "performance" ], "author": "theSharque", "license": "MIT" }