You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/workflows/mcp/mcp-auth-token-storage.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,9 @@ persistent and also unsafe.
60
60
61
61
For production environments, configure an external object store to persist tokens across restarts. The NeMo Agent toolkit supports S3-compatible storage (MinIO, AWS S3), MySQL, and Redis backends.
62
62
63
-
> **Note**: For detailed object store setup instructions including MinIO, MySQL, and Redis installation and configuration examples, see the [Object Store User Report Example](../../../../examples/object_store/user_report/README.md#choose-an-object-store).
63
+
:::{note}
64
+
For detailed object store setup instructions including MinIO, MySQL, and Redis installation and configuration examples, see the `examples/object_store/user_report/README.md` guide (under the "Choose an Object Store" section).
65
+
:::
64
66
65
67
The following example shows token storage configuration using S3-compatible storage (MinIO):
0 commit comments