diff --git a/litellm/responses/mcp/litellm_proxy_mcp_handler.py b/litellm/responses/mcp/litellm_proxy_mcp_handler.py index 695a6890b73..c6e17502e5d 100644 --- a/litellm/responses/mcp/litellm_proxy_mcp_handler.py +++ b/litellm/responses/mcp/litellm_proxy_mcp_handler.py @@ -39,9 +39,7 @@ if TYPE_CHECKING: else: MCPTool = Any -# NOTE: We intentionally keep ToolParam as a broad Mapping type here to avoid tight -# coupling to the OpenAI SDK's tool union types while still allowing dict-style -# access at runtime. +# NOTE: We intentionally keep ToolParam as a broad type here to avoid tight coupling ToolParam: TypeAlias = Mapping[str, object]