From 76919cfaa4e3b0faf97d16f519a089eb687c2406 Mon Sep 17 00:00:00 2001 From: mopg <11822896+mopg@users.noreply.github.com> Date: Mon, 12 May 2025 10:44:02 -0700 Subject: [PATCH] Fix typo in authentication section of README (#676) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a63cb40..c412153 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(