Skip to content

Commit fb96106

Browse files
committed
reformat
1 parent 928293d commit fb96106

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
@@ -419,13 +419,15 @@ You can disable telemetry using:
419419
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.
420420

421421
**Required Security Measures:**
422+
422423
- Implement authentication (e.g., API gateway, reverse proxy)
423424
- Use HTTPS/TLS encryption
424425
- Deploy behind a firewall or in private networks
425426
- Implement rate limiting
426427
- Never expose directly to the internet
427428

428429
**Configuration:**
430+
429431
- **Environment variables**: `export MDB_MCP_TRANSPORT=http`
430432
- **Command-line argument**: `--transport http`
431433

0 commit comments

Comments
 (0)