UNPKG

mcp-webbit

Version:

MCP service for generating WebBit MicroPython code

44 lines 992 B
{ "name": "mcp-webbit", "version": "1.0.0", "description": "MCP service for generating WebBit MicroPython code", "type": "module", "main": "index.js", "bin": { "mcp-webbit": "./index.js" }, "scripts": { "start": "node index.js", "dev": "node --watch index.js", "test": "node test.js", "prepare": "chmod +x index.js", "release": "npm version patch && git push origin main --tags" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.4.0" }, "engines": { "node": ">=18.0.0" }, "keywords": [ "mcp", "webbit", "micropython", "iot", "model-context-protocol", "cursor", "claude", "ai-tools", "code-generation" ], "repository": { "type": "git", "url": "https://github.com/marty5499/mcp-webbit.git" }, "bugs": { "url": "https://github.com/marty5499/mcp-webbit/issues" }, "homepage": "https://github.com/marty5499/mcp-webbit#readme", "author": "marty5499", "license": "MIT" }