Replies: 4 comments
-
same issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's ignorable - MCPTool extends |
Beta Was this translation helpful? Give feedback.
0 replies
-
try this in the beginning of your scripts: logging.getLogger("google_adk.google.adk.tools.base_authenticated_tool").setLevel(logging.ERROR) |
Beta Was this translation helpful? Give feedback.
0 replies
-
you can ignore it and if you don't want to see it add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Looking at the adk guide they show how to setup authentication for google calendar.
In my case right now I am using Zapier MCP and (in this case with google sheets) and i keep getting lots of these warnings.
I have authenticated already on the zapier site when first creating the MCP toolsets.
Here is the MCP configuration in for my Agent:
zapier_gSheets = MCPToolset(
connection_params=StreamableHTTPConnectionParams(
url=os.environ["zapier_gSheets"],
),
)
Full warning message:
2025-07-27 18:35:46,940 - WARNING - base_authenticated_tool.py:72 - auth_config or auth_config.auth_scheme is missing. Will skip authentication.Using FunctionTool instead if authentication is not required.
Is this warning just something i should ignore? If so , can I silence it?
Beta Was this translation helpful? Give feedback.
All reactions