Skip to content

Commit bbf6378

Browse files
updates
1 parent ab3a95b commit bbf6378

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/google/adk/tools/mcp_tool/mcp_tool.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,8 @@ async def _get_headers(
261261
# Handle other HTTP schemes with token
262262
headers = {
263263
"Authorization": (
264-
f"{credential.http.scheme} {credential.http.credentials.token}"
264+
f"{credential.http.scheme}"
265+
f" {credential.http.credentials.token}"
265266
)
266267
}
267268
elif credential.api_key:

0 commit comments

Comments
 (0)