We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab3a95b commit bbf6378Copy full SHA for bbf6378
src/google/adk/tools/mcp_tool/mcp_tool.py
@@ -261,7 +261,8 @@ async def _get_headers(
261
# Handle other HTTP schemes with token
262
headers = {
263
"Authorization": (
264
- f"{credential.http.scheme} {credential.http.credentials.token}"
+ f"{credential.http.scheme}"
265
+ f" {credential.http.credentials.token}"
266
)
267
}
268
elif credential.api_key:
0 commit comments