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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -354,7 +354,7 @@ The MongoDB MCP Server can be configured using multiple methods, with the follow
354
354
|`httpPort`|`MDB_MCP_HTTP_PORT`| 3000 | Port number. |
355
355
|`httpHost`|`MDB_MCP_HTTP_HOST`| 127.0.0.1 | Host to bind the http server. |
356
356
|`idleTimeoutMs`|`MDB_MCP_IDLE_TIMEOUT_MS`| 600000 | Idle timeout for a client to disconnect (only applies to http transport). |
357
-
|`maxBytesPerQuery`|`MDB_MCP_MAX_BYTES_PER_QUERY`| 16777216 (16MB) | The maximum size in bytes for results from a `find` or `aggregate` tool call. This serves as an upper bound for the `responseBytesLimit` parameter in those tools. |
357
+
|`maxBytesPerQuery`|`MDB_MCP_MAX_BYTES_PER_QUERY`| 16777216 (16MiB)| The maximum size in bytes for results from a `find` or `aggregate` tool call. This serves as an upper bound for the `responseBytesLimit` parameter in those tools. |
358
358
|`maxDocumentsPerQuery`|`MDB_MCP_MAX_DOCUMENTS_PER_QUERY`| 100 | The maximum number of documents that can be returned by a `find` or `aggregate` tool call. For the `find` tool, the effective limit will be the smaller of this value and the tool's `limit` parameter. |
359
359
|`notificationTimeoutMs`|`MDB_MCP_NOTIFICATION_TIMEOUT_MS`| 540000 | Notification timeout for a client to be aware of diconnect (only applies to http transport). |
360
360
|`exportsPath`|`MDB_MCP_EXPORTS_PATH`| see note\*| Folder to store exported data files. |
0 commit comments