UNPKG

jlcpcb-mcp-parts-finder

Version:

MCP server for searching JLCPCB electronic components database

49 lines 1.2 kB
{ "name": "jlcpcb-mcp-parts-finder", "description": "MCP server for searching JLCPCB electronic components database", "version": "1.0.2", "main": "dist/index.js", "bin": { "jlcpcb-mcp-parts-finder": "./dist/index.js" }, "files": [ "dist/" ], "keywords": [ "mcp", "claude", "jlcpcb", "electronics", "components" ], "author": "takazudo", "license": "MIT", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/takazudo/jlcpcb-parts-find-mcp.git" }, "bugs": { "url": "https://github.com/takazudo/jlcpcb-parts-find-mcp/issues" }, "homepage": "https://github.com/takazudo/jlcpcb-parts-find-mcp#readme", "scripts": { "build": "tsc && chmod +x dist/index.js", "test": "jest", "test:watch": "jest --watch", "prepublishOnly": "npm run test && npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.13.2", "better-sqlite3": "^11.0.0", "zod": "^3.25.67" }, "devDependencies": { "@types/better-sqlite3": "^7.6.11", "@types/jest": "^29.5.12", "@types/node": "^24.0.4", "jest": "^29.7.0", "ts-jest": "^29.1.2", "typescript": "^5.8.3" } }