Skip to content
Discussion options

You must be logged in to vote

I think the bot's answer is confusing. Agent engine is also deployed to cloud run, that means your codes runs in a container, I think you should be able to access the container's filesystem (at least /tmp) , you can try to use the stdio MCP server to access the filesystem as you mentioned. as for oauth flow, adk did surface some special event to the client if you are using ADK web as your agent client, you get it for free. (ADK web will be available if you run 'adk deploy cloud_run --with_ui', but won't be available for agent engine). To handle the special event yourself in your own client, please reference : https://google.github.io/adk-docs/tools/authentication/#2-handling-the-interacti…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@seanzhou1023
Comment options

Answer selected by seanzhou1023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bot responded [Bot] This issue is responded by ADK bot
3 participants