halton-iot-mcp-setup
Version:
One-command setup for Halton IoT MCP Server in VS Code
25 lines (24 loc) • 478 B
JSON
{
"name": "halton-iot-mcp-setup",
"version": "1.0.7",
"description": "One-command setup for Halton IoT MCP Server in VS Code",
"bin": {
"halton-iot-mcp-setup": "./setup.js"
},
"files": [
"setup.js"
],
"keywords": [
"halton",
"iot",
"mcp",
"vscode",
"setup"
],
"author": "Halton Group",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/HaltonGroup/haltonIotMcp"
}
}