MCP (Model Context Protocol) server for homehub.
npm install
Create a .env file based on .env.example:
cp .env.example .env
Edit the .env file with your configuration:
PORT=3000
# Add your configuration variables here
npm run dev
npm run build
npm start
curl http://localhost:3000/mcp/health
[Describe your tool here]
[Describe your prompt here]
npm run build
npm test
# For ARM64 (Apple Silicon)
npm run build:docker:arm64
# For AMD64 (Intel/AMD)
npm run build:docker:amd64
ISC