package.json•1.13 kB
{
"name": "google-jules-mcp",
"version": "1.0.0",
"description": "MCP server for Google Jules integration - automate tasks, code reviews, and repository management",
"main": "dist/index.js",
"type": "module",
"bin": {
"jules-mcp": "dist/index.js"
},
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"dev": "tsc --watch",
"start": "node dist/index.js",
"prepare": "npm run build",
"test": "echo \"Run: echo '{\"jsonrpc\": \"2.0\", \"id\": 1, \"method\": \"tools/list\", \"params\": {}}' | node dist/index.js\""
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.13.1",
"axios": "^1.10.0",
"playwright": "^1.40.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^22",
"shx": "^0.3.4",
"typescript": "^5.6.2"
},
"keywords": [
"jules",
"google",
"mcp",
"modelcontextprotocol",
"automation",
"ai",
"coding-assistant",
"github",
"code-review"
],
"author": "Sami Halawa",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/samihalawa/google-jules-mcp.git"
}
}