diff --git a/postinstall.sh b/postinstall.sh new file mode 100755 index 0000000..90c9111 --- /dev/null +++ b/postinstall.sh @@ -0,0 +1,7 @@ +#!/bin/bash +# Post-install script for FastMCP Cloud +# Installs Chromium browser for Playwright + +echo "Installing Playwright Chromium browser..." +playwright install chromium +echo "Chromium installation complete."