Skip to content

Commit 6d94a82

Browse files
committed
reformat
1 parent b1f4339 commit 6d94a82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,13 +366,15 @@ You can disable telemetry using:
366366
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.
367367

368368
**Required Security Measures:**
369+
369370
- Implement authentication (e.g., API gateway, reverse proxy)
370371
- Use HTTPS/TLS encryption
371372
- Deploy behind a firewall or in private networks
372373
- Implement rate limiting
373374
- Never expose directly to the internet
374375

375376
**Configuration:**
377+
376378
- **Environment variables**: `export MDB_MCP_TRANSPORT=http`
377379
- **Command-line argument**: `--transport http`
378380

0 commit comments

Comments
 (0)