We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fec13c commit 83df40aCopy full SHA for 83df40a
src/google/adk/tools/mcp_tool/_internal.py
@@ -43,6 +43,7 @@
43
import logging
44
import re
45
from typing import Any
46
+from __future__ import annotations
47
48
logger = logging.getLogger("google_adk." + __name__)
49
src/google/adk/tools/mcp_tool/types.py
@@ -14,6 +14,7 @@
14
15
from typing import Callable
16
from typing import Dict
17
18
19
from ...agents.readonly_context import ReadonlyContext
20
0 commit comments