Spaces:
Running
Running
Jeremiah Lowin commited on
Commit ·
cee616b
1
Parent(s): 6b6b2b2
Update openai.mdx
Browse files
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
|
| 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
|