Open
Description
I've deployed my agent to Google Cloud Run using adk deploy
.
But now, I find that npx
(used for a MCP Tool) was not installed; and even if it was, the mcp typescript server I was using will be downloaded and installed every time the Cloud Run Backend is restarted.
I think we could add 'external' (non python) deps easily into the Dockerfile by just having a new requirements.sh
that will be ran if present; like what we're doing with requirements.txt
If you think this makes sense, I could send a PR
Thanks