8000 adk deploy: handle non-python dependencies (npx, typescript mpcs, etc) · Issue #1473 · google/adk-python · GitHub
[go: up one dir, main page]

Skip to content
adk deploy: handle non-python dependencies (npx, typescript mpcs, etc) #1473
Open
@runa

Description

@runa

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0