Skip to content

Commit 1329ab7

Browse files
committed
merge with recent branch
1 parent b7d1aad commit 1329ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/client/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,7 @@ def __init__(
692692
actor_token_supplier: Callable[[], Awaitable[str]] | None = None,
693693
actor_token_type: str | None = None,
694694
audience: str | None = None,
695+
resource: str | None = None,
695696
timeout: float = 300.0,
696697
):
697698
super().__init__(server_url, client_metadata, storage, resource, timeout)
@@ -700,7 +701,6 @@ def __init__(
700701
self.actor_token_supplier = actor_token_supplier
701702
self.actor_token_type = actor_token_type
702703
self.audience = audience
703-
self.resource = resource
704704

705705
async def _request_token(self) -> None:
706706
if not self._metadata:

0 commit comments

Comments
 (0)