From 2d9aae71f76d89f64257a5d67203849efbe2ea47 Mon Sep 17 00:00:00 2001 From: yanyu Date: Wed, 8 Jul 2026 21:05:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20miiot=204=20=E7=AB=AF=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tunnel-agent/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tunnel-agent/install.sh b/tunnel-agent/install.sh index 9708a8b..3ce2f67 100644 --- a/tunnel-agent/install.sh +++ b/tunnel-agent/install.sh @@ -80,6 +80,8 @@ if [[ ! -f "${APP_DIR}/config.yaml" ]]; then echo " mcp_endpoints:" echo " - { name: 小米设备, path: /mcp/miot-devices }" echo " - { name: 小米场景, path: /mcp/miot-scenes }" + echo " - { name: 小米摄像头, path: /mcp/miot-cameras }" + echo " - { name: 小米自动化, path: /mcp/miot-flows }" found=1 echo " ✓ 探测到 miiot(:8677)" >&2 fi