From 9948af5bdca496a385558e49971c073d8ee51356 Mon Sep 17 00:00:00 2001 From: mopg <11822896+mopg@users.noreply.github.com> Date: Fri, 9 May 2025 11:55:18 -0700 Subject: [PATCH] fix: authentication section in README incorrectly used auth_server= instead of auth_server_provider= --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a63cb4056..c412153e2 100644 --- a/README.md +++ b/README.md @@ -318,7 +318,7 @@ providing an implementation of the `OAuthServerProvider` protocol. ``` mcp = FastMCP("My App", - auth_provider=MyOAuthServerProvider(), + auth_server_provider=MyOAuthServerProvider(), auth=AuthSettings( issuer_url="https://myapp.com", revocation_options=RevocationOptions(