Jeremiah Lowin commited on
Commit
7598df6
·
1 Parent(s): 539fba8

Update fastmcp.mdx

Browse files
Files changed (1) hide show
  1. docs/servers/fastmcp.mdx +5 -1
docs/servers/fastmcp.mdx CHANGED
@@ -306,7 +306,11 @@ The `mcp.server.auth` module implements an OAuth 2.0 server interface that serve
306
 
307
  ```python
308
  from fastmcp import FastMCP
309
- from mcp.server.auth.settings import RevocationOptions, ClientRegistrationOptions, AuthSettings
 
 
 
 
310
 
311
 
312
  # Create a server with authentication
 
306
 
307
  ```python
308
  from fastmcp import FastMCP
309
+ from mcp.server.auth.settings import (
310
+ RevocationOptions,
311
+ ClientRegistrationOptions,
312
+ AuthSettings,
313
+ )
314
 
315
 
316
  # Create a server with authentication