Skip to content

Conversation

@gagik
Copy link
Contributor

@gagik gagik commented Oct 21, 2025

Updates the mongosh service provider. Among other things, this allows us to no longer be broken with mongosh VSCode tests

Updates the mongosh service provider. Among other things, this allows us to no longer be broken with mongosh VSCode tests
@gagik gagik requested a review from a team as a code owner October 21, 2025 13:03
Copilot AI review requested due to automatic review settings October 21, 2025 13:03
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates mongosh dependencies to newer versions and removes the true parameter from close() method calls across the codebase. The changes align with updates in the mongosh service provider API, resolving compatibility issues with mongosh VSCode tests.

Key changes:

  • Updated four mongosh packages to newer versions (3.18.0→3.23.0 for runtime/shell-api, 2.13.1→2.16.0 for i18n, 3.12.0→3.17.0 for service-provider-node-driver, 3.3.5→3.6.0 for service-provider-core)
  • Removed boolean parameter from close() method calls in three files

Reviewed Changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.

File Description
package.json Updates mongosh package versions to latest releases
src/mcp/mcpConnectionManager.ts Removes boolean parameter from provider close call
src/language/worker.ts Removes boolean parameter from serviceProvider close call
src/language/mongoDBService.ts Removes boolean parameter from serviceProvider close call

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@gagik gagik marked this pull request as draft October 21, 2025 13:05
@gagik
Copy link
Contributor Author

gagik commented Nov 3, 2025

This is done already with an older bump PR.

@gagik gagik closed this Nov 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants