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
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,6 @@
70
70
-[`list-collections`](https://github.com/search?type=code&q=repo%3Afurey%2Fmongodb-lens+%2Fserver%5C.tool%5C%28%5Cs*%27list-collections%27%2C%2F): Explore collections in the current database
71
71
-[`list-connections`](https://github.com/search?type=code&q=repo%3Afurey%2Fmongodb-lens+%2Fserver%5C.tool%5C%28%5Cs*%27list-connections%27%2C%2F): View all available MongoDB connection aliases
72
72
-[`list-databases`](https://github.com/search?type=code&q=repo%3Afurey%2Fmongodb-lens+%2Fserver%5C.tool%5C%28%5Cs*%27list-databases%27%2C%2F): View all accessible databases
73
-
-[`map-reduce`](https://github.com/search?type=code&q=repo%3Afurey%2Fmongodb-lens+%2Fserver%5C.tool%5C%28%5Cs*%27map-reduce%27%2C%2F): Run MapReduce operations for complex data processing
74
73
-[`rename-collection`](https://github.com/search?type=code&q=repo%3Afurey%2Fmongodb-lens+%2Fserver%5C.tool%5C%28%5Cs*%27rename-collection%27%2C%2F): Rename existing collections ([requires confirmation](#data-protection-confirmation-for-destructive-operations) when dropping targets)
75
74
-[`shard-status`](https://github.com/search?type=code&q=repo%3Afurey%2Fmongodb-lens+%2Fserver%5C.tool%5C%28%5Cs*%27shard-status%27%2C%2F): View sharding configuration for databases and collections
76
75
-[`text-search`](https://github.com/search?type=code&q=repo%3Afurey%2Fmongodb-lens+%2Fserver%5C.tool%5C%28%5Cs*%27text-search%27%2C%2F): Perform full-text search across text-indexed fields
@@ -1127,8 +1126,6 @@ With your MCP Client running and connected to MongoDB Lens, try the following ex
1127
1126
1128
1127
-_"Switch to sample_geospatial db, then find all shipwrecks within 10km of coordinates [-80.12, 26.46]"_<br>
1129
1128
<sup>➥ Uses `geo-query` tool</sup>
1130
-
-_"Switch to sample_mflix db, then run this map reduce to calculate movie counts by year: map=`'function () { emit(this.year, 1) }'` reduce=`'function (key, values) { return Array.sum(values) }'`"_<br>
1131
-
<sup>➥ Uses `map-reduce` tool</sup>
1132
1129
-_"Switch to sample_analytics db, then execute a transaction to move funds between accounts: \<account ids\>"_<br>
1133
1130
<sup>➥ Uses `transaction` tool</sup>
1134
1131
-_"Create a time series collection for sensor readings"_<br>
0 commit comments