Skip to content

Releases: toddpan/miloco-mcp-server-releases

v1.2.18

02 Jun 21:52

Choose a tag to compare

同步发布流程修复

v1.2.18

02 Jun 22:33

Choose a tag to compare

Linux x64 static build

v1.2.17

30 May 09:26

Choose a tag to compare

多小智客户端支持

v1.2.16

28 May 23:56

Choose a tag to compare

v1.2.16 release

miloco-mcp-server v1.2.15

28 May 01:50

Choose a tag to compare

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, and win-x64 will 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: OK

Used by

  • feyagate-desktop — Electron client that fetches this archive at npm install time via scripts/download-server.js.

Notes

  • Vision AI (vision.api_key in config.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/.