We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53431b8 commit 60507a6Copy full SHA for 60507a6
README.md
@@ -444,7 +444,7 @@ mcp = FastMCP(
444
"My App",
445
token_verifier=MyTokenVerifier(),
446
auth=AuthSettings(
447
- issuer_url="https://auth.example.com"
+ issuer_url="https://auth.example.com",
448
resource_server_url="http://localhost:3001",
449
required_scopes=["mcp:read", "mcp:write"],
450
),
0 commit comments