MCP (Model Context Protocol) server for homehub.
- [Add your features here]
npm installCreate a .env file based on .env.example:
cp .env.example .envEdit the .env file with your configuration:
PORT=3000
# Add your configuration variables herenpm run devnpm run build
npm startcurl http://localhost:3000/mcp/health[Describe your tool here]
[Describe your prompt here]
- server-status: Check server status
npm run buildnpm test# For ARM64 (Apple Silicon)
npm run build:docker:arm64
# For AMD64 (Intel/AMD)
npm run build:docker:amd64ISC