chore: refine configuration and setup scripts for improved usability

- Update README with minor text formatting
- Improve Smithery configuration command formatting
- Enhance macOS setup script with WebSocket URL conversion and security hardening
This commit is contained in:
jango-blockchained
2025-02-05 02:20:08 +01:00
parent ab8b597843
commit 3f8d67b145
3 changed files with 14 additions and 3 deletions

View File

@@ -326,4 +326,8 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
else
echo -e "${GREEN}Home Assistant MCP test successful!${NC}"
fi
fi
fi
# macOS environment configuration
HASS_SOCKET_URL="${HASS_HOST/http/ws}/api/websocket" # WebSocket URL conversion
chmod 600 "$CLAUDE_CONFIG_DIR/claude_desktop_config.json" # Security hardening