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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,6 @@
6
6
7
7
A Model Context Protocol server for interacting with MongoDB Databases and MongoDB Atlas.
8
8
9
-
> **⚠️ Security Notice:** This server now supports Streamable HTTP transport for remote connections. **HTTP transport is NOT recommended for production use without implementing proper authentication and security measures.** See [Configuration](#configuration) for details.
10
-
11
9
## 📚 Table of Contents
12
10
13
11
-[🚀 Getting Started](#getting-started)
@@ -363,7 +361,9 @@ You can disable telemetry using:
363
361
364
362
#### Streamable HTTP Transport
365
363
366
-
The server supports Streamable HTTP transport for remote connections. **⚠️ Security Warning:** HTTP transport is NOT recommended for production use without implementing proper authentication and security measures.
364
+
> **⚠️ Security Notice:** This server now supports Streamable HTTP transport for remote connections. **HTTP transport is NOT recommended for production use without implementing proper authentication and security measures.**
365
+
366
+
The server supports Streamable HTTP transport for remote connections.
0 commit comments