{ "name": "foundry-zksync-mcp", "version": "0.2.3", "description": "MCP server exposing foundry-zksync CLI tools to AI assistants", "mcpName": "io.github.Jrigada/foundry-zksync", "type": "module", "main": "dist/index.js", "bin": { "foundry-zksync-mcp": "dist/index.js" }, "files": [ "dist", "!dist/__tests__", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "start": "node dist/index.js", "test": "vitest run", "test:watch": "vitest" }, "keywords": [ "mcp", "foundry", "zksync", "solidity", "smart-contracts", "model-context-protocol", "ai", "forge", "cast" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Jrigada/foundry-zksync-mcp.git" }, "homepage": "https://github.com/Jrigada/foundry-zksync-mcp", "bugs": { "url": "https://github.com/Jrigada/foundry-zksync-mcp/issues" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.15.3", "typescript": "^5.7.3", "vitest": "^4.0.18" } }