Jeremiah Lowin commited on
Commit
cee616b
·
1 Parent(s): 6b6b2b2

Update openai.mdx

Browse files
Files changed (1) hide show
  1. docs/integrations/openai.mdx +1 -1
docs/integrations/openai.mdx CHANGED
@@ -139,7 +139,7 @@ auth = BearerAuthProvider(
139
  mcp = FastMCP(name="Dice Roller", auth=auth)
140
  ```
141
 
142
- Here is a complete example that you can copy/paste. For simplicity, it will print the token to the console - **do NOT do this in production!**
143
 
144
  ```python server.py [expandable]
145
  from fastmcp import FastMCP
 
139
  mcp = FastMCP(name="Dice Roller", auth=auth)
140
  ```
141
 
142
+ Here is a complete example that you can copy/paste. For simplicity and the purposes of this example only, it will print the token to the console. **Do NOT do this in production!**
143
 
144
  ```python server.py [expandable]
145
  from fastmcp import FastMCP