{ "name": "embedcalc-mcp", "version": "0.6.0", "mcpName": "io.github.ethan-hub26/embedcalc-mcp", "description": "EmbedCalc embedded-engineering calculators, code generators & schematic review as MCP tools — CRC→C, CAN/UART/I2C bit timing, struct layout, Q-format, IEEE-754, and KiCad/image schematic review (decoupling, reset, I2C pull-up, family rules). https://www.embedcalc.com", "type": "module", "main": "dist/index.js", "bin": { "embedcalc-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "license": "MIT", "homepage": "https://www.embedcalc.com", "repository": { "type": "git", "url": "git+https://github.com/ethan-hub26/embedcalc-mcp.git" }, "bugs": { "url": "https://github.com/ethan-hub26/embedcalc-mcp/issues" }, "keywords": [ "mcp", "model-context-protocol", "embedded", "firmware", "crc", "can-bus", "bit-timing", "struct-alignment", "fixed-point", "ieee754", "stm32", "calculator", "schematic-review", "kicad", "netlist", "erc" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "test": "node --import tsx --test \"tests/*.test.ts\"", "prepublishOnly": "npm run build && npm test" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22.10.0", "tsx": "^4.19.2", "typescript": "^5.7.2" } }