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
docs(readme): add Quick Start instructions for HTTP/SSE transport options
Document usage of --transportType and --port for running the server with HTTP or SSE endpoints
Add example commands and clarify default port behavior
Help users expose the MCP server for network-based client integration
Copy file name to clipboardExpand all lines: README.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,28 @@ You can use environment variables in the config file or set them and run the ser
111
111
- Connection String via environment variables in the MCP file [example](#connection-string-with-environment-variables)
112
112
- Atlas API credentials via environment variables in the MCP file [example](#atlas-api-credentials-with-environment-variables)
113
113
114
+
#### Option 5: HTTP/SSE Transport (Custom Port)
115
+
116
+
You can run the MCP server using HTTP or SSE transport by specifying the `--transportType` and (optionally) `--port` arguments. The default port is `5700` if not specified.
0 commit comments