Releases: mongodb-js/mongodb-mcp-server
v1.11.0-prerelease.3
chore: release mongodb-mcp-server v1.11.0-prerelease.3 (#1175) Co-authored-by: mongodb-devtools-bot[bot] <189715634+mongodb-devtools-bot[bot]@users.noreply.github.com>
v1.11.0-prerelease.2
chore: release mongodb-mcp-server v1.11.0-prerelease.2 (#1152) Co-authored-by: mongodb-devtools-bot[bot] <189715634+mongodb-devtools-bot[bot]@users.noreply.github.com>
v1.11.0-prerelease.1
chore: release mongodb-mcp-server v1.11.0-prerelease.1 (#1108) Co-authored-by: mongodb-devtools-bot[bot] <189715634+mongodb-devtools-bot[bot]@users.noreply.github.com>
v1.10.0
What's Changed
🐛 Bug Fixes
- fix: fall back to browser fetch in ApiClient MCP-473 by @nirinchev in #1078
📦 Dependencies
- chore(deps): bump protobufjs to 7.5.5 by @nirinchev in #1080
- chore(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 by @dependabot[bot] in #1055
Full Changelog: v1.9.1-prerelease.2...v1.10.0
v1.9.1-prerelease.2
What's Changed
🚀 Features
🐛 Bug Fixes
📦 Dependencies
- chore(deps-dev): bump the ai-sdk group across 1 directory with 5 updates by @dependabot[bot] in #1034
- chore(deps): bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 by @dependabot[bot] in #1041
- chore(deps): bump marocchino/sticky-pull-request-comment from 3.0.2 to 3.0.4 by @dependabot[bot] in #1057
- chore(deps): bump docker/build-push-action from 7.0.0 to 7.1.0 by @dependabot[bot] in #1038
- chore(deps-dev): bump globals from 16.5.0 to 17.4.0 by @dependabot[bot] in #1062
- chore(deps-dev): bump jsdom from 27.3.0 to 29.0.2 by @dependabot[bot] in #1060
- chore(deps): bump @inquirer/select from 5.1.2 to 5.1.3 by @dependabot[bot] in #1061
- chore(deps): bump mongodb-log-writer from 2.5.6 to 2.5.7 by @dependabot[bot] in #1059
- chore(deps): bump imjohnbo/issue-bot from 3.4.4 to 3.4.5 by @dependabot[bot] in #1039
- chore(deps-dev): bump the ai-sdk group across 1 directory with 5 updates by @dependabot[bot] in #1058
- chore(deps): bump some dependencies to latest VULN-2156 by @nirinchev in #1066
- chore(deps): bump mongodb/apix-action from 13 to 14 by @dependabot[bot] in #1069
- chore(deps): bump mongodb-build-info from 1.9.6 to 1.9.7 by @dependabot[bot] in #1073
- chore(deps-dev): bump the ai-sdk group with 3 updates by @dependabot[bot] in #1071
- chore(deps-dev): bump @vitest/browser from 4.1.2 to 4.1.4 by @dependabot[bot] in #1072
- chore(deps-dev): bump @mongodb-js/oidc-mock-provider from 0.13.6 to 0.13.7 by @dependabot[bot] in #1075
- chore(deps): bump actions/github-script from 8 to 9 by @dependabot[bot] in #1070
- chore(deps-dev): bump mongodb from 7.1.0 to 7.1.1 by @dependabot[bot] in #1074
New Contributors
- @paula-stacho made their first contribution in #1054
- @nol166 made their first contribution in #1007
- @lerouxb made their first contribution in #1067
Full Changelog: v1.9.0-prererelease.2...v1.9.1-prerelease.2
v1.9.0-prererelease.2
What's Changed
- chore(deps-dev): bump the ai-sdk group across 1 directory with 5 updates by @dependabot[bot] in #1011
- chore(deps-dev): bump happy-dom from 20.8.3 to 20.8.9 by @dependabot[bot] in #1015
- chore(deps-dev): bump vite and vitest versions to 6.4.1 and 4.1.2 by @nima-taheri-mongodb in #1018
- feat: add ability to use a custom session store MCP-451 by @gagik in #1024
- chore: release v1.9.0-prererelease.2 by @mongodb-devtools-bot[bot] in #1031
New Contributors
- @nima-taheri-mongodb made their first contribution in #1018
Full Changelog: v1.9.1-prerelease.1...v1.9.0-prererelease.2
v1.9.1-prerelease.1
What's Changed
- chore: remove search from previewFeatures by @nirinchev in #1004
- fix: add batching and exponential backoff to telemetry event sending by @jeroenvervaeke in #1005
- chore: adjust logging and telemetry setup MCP-410 by @gagik in #993
- feat: add log level minimum config by @gagik in #1001
- chore: allow external management of monitoring server by @gagik in #1006
- chore: release v1.9.1-prerelease.1 by @mongodb-devtools-bot[bot] in #1017
Full Changelog: v1.9.0...v1.9.1-prerelease.1
v1.9.0
What's Changed
This release adds a new setup utility that should simplify the installation and configuration of the MCP server for popular clients. To use it, run npx mongodb-mcp-server setup and follow the interactive setup steps.
Additionally, we've added a set of tools related to Atlas Stream Processing - atlas-streams-build, atlas-streams-discover, atlas-streams-manage, and atlas-streams-teardown.
Finally, we've moved our lexical and vector search functionality out of public preview - tools for index management can now operate on lexical and vector search indexes when available.
List of notable changes
- docs: add Copilot CLI setup instructions by @GeekTrainer in #886
- feat: add metrics service MCP-411 by @gagik in #960
- feat: add Atlas Stream Processing tools MCP-406 by @jwongmongodb in #967
- chore: remove the mcp autoembeddings feature by @nirinchev in #978
- Deploying MongoDB MCP Server to AWS Bedrock AgentCore by @ialek36 in #970
- feat: Setting MCP up with AI Tooling CLOUDP-384442 by @rubydong in #952
New Contributors
- @GeekTrainer made their first contribution in #886
- @ialek36 made their first contribution in #970
- @rubydong made their first contribution in #952
Full Changelog: v1.8.1...v1.9.0
v1.8.2-prerelease.2
What's Changed
- chore(metrics): refactor and add support for process metrics by @gagik in #987
- chore: release v1.8.2-prerelease.2 by @mongodb-devtools-bot[bot] in #988
Full Changelog: v1.8.2-prerelease.1...v1.8.2-prerelease.2
v1.8.2-prerelease.1
What's Changed
- Bump non-major dependencies to latest by @nirinchev in #954
- docs: add Copilot CLI setup instructions by @GeekTrainer in #886
- chore(deps): bump docker/login-action from 3.7.0 to 4.0.0 by @dependabot[bot] in #957
- chore(deps): bump docker/setup-docker-action from 4 to 5 by @dependabot[bot] in #955
- feat: add metrics service MCP-411 by @gagik in #960
- feat: add Atlas Stream Processing tools MCP-406 by @jwongmongodb in #967
- feat: add more metrics MCP-411 by @gagik in #983
- chore: release v1.8.2-prerelease.1 by @mongodb-devtools-bot[bot] in #986
New Contributors
- @GeekTrainer made their first contribution in #886
Full Changelog: v1.8.1...v1.8.2-prerelease.1