Skip to content

Releases: mongodb-js/mongodb-mcp-server

v1.8.0

04 Mar 13:23
1110920

Choose a tag to compare

What's Changed

  • chore(deps-dev): bump typescript-eslint from 8.47.0 to 8.56.0 by @dependabot[bot] in #941
  • chore(deps): bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #939
  • fix: simplify userAgent by @blva in #938
  • feat: update atlas-local-create-deployment tool to use preview image by @Luke-Sanderson in #912
  • refactor: inject user config in atlas local integration tests by @Luke-Sanderson in #943
  • chore: pass the serverOptions and sessionOptions to McpHttpServer by @himanshusinghs in #944
  • chore: release v1.8.0-prerelease.1 by @mongodb-devtools-bot[bot] in #948
  • chore: release v1.8.0 by @mongodb-devtools-bot[bot] in #949

Full Changelog: v1.7.0...v1.8.0

v1.8.0-prerelease.1

04 Mar 11:21
2ac9708

Choose a tag to compare

v1.8.0-prerelease.1 Pre-release
Pre-release

What's Changed

  • chore(deps-dev): bump typescript-eslint from 8.47.0 to 8.56.0 by @dependabot[bot] in #941
  • chore(deps): bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #939
  • fix: simplify userAgent by @blva in #938
  • feat: update atlas-local-create-deployment tool to use preview image by @Luke-Sanderson in #912
  • refactor: inject user config in atlas local integration tests by @Luke-Sanderson in #943
  • chore: pass the serverOptions and sessionOptions to McpHttpServer by @himanshusinghs in #944
  • chore: release v1.8.0-prerelease.1 by @mongodb-devtools-bot[bot] in #948

Full Changelog: v1.7.0...v1.8.0-prerelease.1

v1.7.0

23 Feb 15:17
df64a7b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.7.0

v1.6.1-prerelease.4

20 Feb 14:39
36568a2

Choose a tag to compare

v1.6.1-prerelease.4 Pre-release
Pre-release

What's Changed

  • feat: MongoDB Assistant Knowledge Search Tools by @nlarew in #472
  • fix!: make connectionErrorHandler async-compatible by @gagik in #927
  • chore: release v1.6.1-prerelease.4 by @mongodb-devtools-bot[bot] in #929

New Contributors

Full Changelog: v1.6.1-prerelease.3...v1.6.1-prerelease.4

v1.6.1-prerelease.3

18 Feb 16:16
c67aebe

Choose a tag to compare

v1.6.1-prerelease.3 Pre-release
Pre-release

What's Changed

  • chore: refactor session-based server configuration by @gagik in #909
  • refactor: add type enforcement for custom userconfig support by @gagik in #911
  • chore: release v1.6.1-prerelease.3 by @mongodb-devtools-bot[bot] in #916

Full Changelog: v1.6.1-prerelease.2...v1.6.1-prerelease.3

v1.6.1-prerelease.2

17 Feb 16:16
7d7a9a2

Choose a tag to compare

v1.6.1-prerelease.2 Pre-release
Pre-release

What's Changed

  • fix: upgrade all mongosh and devtools-shared dependencies by @addaleax in #914
  • chore: release v1.6.1-prerelease.2 by @mongodb-devtools-bot[bot] in #915

New Contributors

Full Changelog: v1.6.1-prerelease.1...v1.6.1-prerelease.2

v1.6.1-prerelease.1

17 Feb 15:20
c41721f

Choose a tag to compare

v1.6.1-prerelease.1 Pre-release
Pre-release

What's Changed

  • fix: Upgrade the MongoDB driver and dependencies to v7.1.0 by @kmruiz in #907
  • feat(lib): add ability to pass custom context to tool constructor by @gagik in #906
  • chore(deps): bump docker/build-push-action from 6.18.0 to 6.19.2 by @dependabot[bot] in #910
  • chore: release v1.6.1-prerelease.1 by @mongodb-devtools-bot[bot] in #913

Full Changelog: v1.6.0...v1.6.1-prerelease.1

v1.6.0

10 Feb 16:00
3946e27

Choose a tag to compare

What's Changed

  • chore: add abort signal tests MCP-364 by @nirinchev in #859
  • chore: bump ai sdk to 6, updates the group adapt with the changes by @himanshusinghs in #863
  • chore(deps-dev): bump eslint from 9.39.1 to 9.39.2 by @dependabot[bot] in #872
  • chore(deps): bump undici from 6.22.0 to 6.23.0 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #866
  • chore(deps): bump @mongodb-js/devtools-proxy-support from 0.5.5 to 0.7.2 by @dependabot[bot] in #873
  • chore: detect connection_host_type in all stablished connections by @blva in #874
  • chore: import UI registry conditionally by @gagik in #871
  • chore: move connectionInfo out of connection manager by @blva in #876
  • chore: add browser tests and a web entry point by @gagik in #868
  • chore(deps): bump peter-evans/create-pull-request from 8.0.0 to 8.1.0 by @dependabot[bot] in #879
  • chore: consider correct channel before docker push MCP-356 by @himanshusinghs in #877
  • refactor(mcp-ui): update UI module generation to create .ts file for compilation by @tsck in #865
  • chore(deps): bump docker/login-action from 3.6.0 to 3.7.0 by @dependabot[bot] in #889
  • fix: ensure we don't log errors to console MCP-382 by @nirinchev in #891
  • feat: allow session id to be passed externally MCP-369 by @nirinchev in #870
  • fix: warn on insecure apiBaseUrl by @nirinchev in #893
  • chore(deps-dev): bump @vitest/eslint-plugin from 1.6.4 to 1.6.6 by @dependabot[bot] in #882
  • chore: release v1.5.1-prerelease.1 by @mongodb-devtools-bot[bot] in #898
  • chore(ci): use oidc publishing by @nirinchev in #899
  • chore: ensure RequestContext is passed down to Tool.execute MCP-388 by @himanshusinghs in #901
  • chore: release v1.5.1-prerelease.2 by @mongodb-devtools-bot[bot] in #902
  • chore: make toolName a static property MCP-390 by @himanshusinghs in #903
  • feat: add healthcheck handling to streamable http server MCP-383 by @nirinchev in #892
  • refactor(mcp-ui): use LG exports for embeddable UI by @tsck in #897
  • chore: release v1.6.0 by @mongodb-devtools-bot[bot] in #904

Full Changelog: v1.5.0...v1.6.0

v1.5.1-prerelease.1

06 Feb 11:31
f7f51c7

Choose a tag to compare

v1.5.1-prerelease.1 Pre-release
Pre-release

What's Changed

  • chore: add abort signal tests MCP-364 by @nirinchev in #859
  • chore: bump ai sdk to 6, updates the group adapt with the changes by @himanshusinghs in #863
  • chore(deps-dev): bump eslint from 9.39.1 to 9.39.2 by @dependabot[bot] in #872
  • chore(deps): bump undici from 6.22.0 to 6.23.0 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #866
  • chore(deps): bump @mongodb-js/devtools-proxy-support from 0.5.5 to 0.7.2 by @dependabot[bot] in #873
  • chore: detect connection_host_type in all stablished connections by @blva in #874
  • chore: import UI registry conditionally by @gagik in #871
  • chore: move connectionInfo out of connection manager by @blva in #876
  • chore: add browser tests and a web entry point by @gagik in #868
  • chore(deps): bump peter-evans/create-pull-request from 8.0.0 to 8.1.0 by @dependabot[bot] in #879
  • chore: consider correct channel before docker push MCP-356 by @himanshusinghs in #877
  • refactor(mcp-ui): update UI module generation to create .ts file for compilation by @tsck in #865
  • chore(deps): bump docker/login-action from 3.6.0 to 3.7.0 by @dependabot[bot] in #889
  • fix: ensure we don't log errors to console MCP-382 by @nirinchev in #891
  • feat: allow session id to be passed externally MCP-369 by @nirinchev in #870
  • fix: warn on insecure apiBaseUrl by @nirinchev in #893
  • chore(deps-dev): bump @vitest/eslint-plugin from 1.6.4 to 1.6.6 by @dependabot[bot] in #882
  • chore: release v1.5.1-prerelease.1 by @mongodb-devtools-bot[bot] in #898
  • chore(ci): use oidc publishing by @nirinchev in #899

Full Changelog: v1.5.0...v1.5.1-prerelease.1

v1.5.0

15 Jan 13:05
7283f59

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.5.0