Releases: toddpan/miloco-mcp-server-releases
Releases · toddpan/miloco-mcp-server-releases
v1.2.18
v1.2.18
v1.2.17
v1.2.16
miloco-mcp-server v1.2.15
miloco-mcp-server v1.2.15
First public binary release of the smart-home MCP gateway used by FeyaGate Desktop.
This is a C++ MCP server that bridges AI agents (Claude, Cursor, Cline...) with Xiaomi / Tuya / Midea / eWeLink / Home Assistant devices over a local WebSocket + Streamable HTTP MCP endpoint.
What's new in 1.2.15
- 🌐 eWeLink multi-region — 213 country-code mapping with searchable region picker on the desktop client
- 🌐 Tuya multi-region — region-aware OpenAPI endpoint selection (cn / us / eu / in)
- 🌐 Midea multi-region — cloud-server selection wired through ESP32 / MCP / API
- 🌐 Xiaomi multi-region — cn / de / i2 / ru / sg / us
Downloads
| Platform | Asset | Notes |
|---|---|---|
| macOS Intel (x86_64) | miloco-mcp-server-mac-x64-v1.2.15.zip | static dylibs bundled in lib/ |
mac-arm64,linux-x64,linux-arm64, andwin-x64will follow.
Each archive unpacks to:
miloco-mcp-server # binary
config.yaml # default config (no secrets)
skills/ # built-in skill packs
lib/ # bundled runtime libraries (macOS)
Verify
curl -LO https://github.com/toddpan/miloco-mcp-server-releases/releases/download/v1.2.15/miloco-mcp-server-mac-x64-v1.2.15.zip
curl -LO https://github.com/toddpan/miloco-mcp-server-releases/releases/download/v1.2.15/miloco-mcp-server-mac-x64-v1.2.15.zip.sha256
shasum -a 256 -c miloco-mcp-server-mac-x64-v1.2.15.zip.sha256
# -> miloco-mcp-server-mac-x64-v1.2.15.zip: OKUsed by
- feyagate-desktop — Electron client that fetches this archive at
npm installtime viascripts/download-server.js.
Notes
- Vision AI (
vision.api_keyinconfig.yaml) is disabled by default — set your own DashScope key to enable it. - The bundled binary is statically linked except for ffmpeg / mosquitto / yaml-cpp / camera vendor libs which ship under
lib/and are loaded via@executable_path/lib/.