Skip to content

Commit 60507a6

Browse files
committed
fix readme
1 parent 53431b8 commit 60507a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ mcp = FastMCP(
444444
"My App",
445445
token_verifier=MyTokenVerifier(),
446446
auth=AuthSettings(
447-
issuer_url="https://auth.example.com"
447+
issuer_url="https://auth.example.com",
448448
resource_server_url="http://localhost:3001",
449449
required_scopes=["mcp:read", "mcp:write"],
450450
),

0 commit comments

Comments
 (0)