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