[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-09-16 09:12:31 +00:00
committed by GitHub
parent fb8a356616
commit faa2d00cc6
4 changed files with 6 additions and 7 deletions

View File

@ -37,7 +37,7 @@ class MCPClientWithAuthRetry(MCPClient):
provider_entity: MCPProviderEntity | None = None,
auth_callback: Callable[[MCPProviderEntity, "MCPToolManageService", Optional[str]], dict[str, str]]
| None = None,
authorization_code: Optional[str] = None,
authorization_code: str | None = None,
by_server_id: bool = False,
mcp_service: Optional["MCPToolManageService"] = None,
):

View File

@ -1 +0,0 @@