MCP Calc Tools

{ "name": "genkit-mcp", "version": "1.0.0", "description": "Genkit MCP Server Implementation", "main": "index.js", "type": "module", "scripts": { "build": "chmod +x index.js", "start": "node index.js" }, "dependencies": { "genkit": "^1.0.5", "genkitx-mcp": "^1.0.5", "mathjs": "^12.0.0" } }