-
Notifications
You must be signed in to change notification settings - Fork 86
feat: integrate MongoDB MCP server with VSCode extension MCP-129 #1115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
2947635
feat: stub some hooks for the MCP server (#1107)
nirinchev e8b3647
chore: adds config options relevant for MCP server MCP-133 (#1108)
himanshusinghs fe988f3
feat: stub some hooks for the MCP server (#1107) (#1110)
nirinchev 5e6e677
chore: introduces VSCodeMCPConnectionManager to talk to contributed M…
himanshusinghs e77b1f3
chore: adds vscode specific connection error handler MCP-132 (#1113)
himanshusinghs 758b8da
chore: modifies MCP server activation flow MCP-169 (#1114)
himanshusinghs 023c3c8
chore: set telemetry app name if not set or is vscode MCP-131 (#1112)
himanshusinghs 679f9a7
Update src/test/suite/mcp/mcpController.test.ts
himanshusinghs 44269e2
Update src/mcp/mcpConnectionErrorHandler.ts
himanshusinghs 7c8281d
Update package.json
himanshusinghs 9f22a92
chore: switch to mongodb-mcp-server@prerelease
himanshusinghs 6ed2766
chore: register bearer token as secret for redaction
himanshusinghs 324922d
chore: stop an already runing server if any
himanshusinghs 767cd45
chore: don't stop diff views for package-lock
himanshusinghs 7e26560
Merge remote-tracking branch 'origin/main' into feat/mcp-integration
himanshusinghs f57080e
Merge remote-tracking branch 'origin/main' into feat/mcp-integration
himanshusinghs 95cc208
chore: fix tests
himanshusinghs b26f08b
chore: fix getMessageContent
himanshusinghs e1dd133
chore: node engine config to allow node 23 users as well
himanshusinghs 9a31811
fix: consider VSCode configured settings when starting MCP server (#1…
himanshusinghs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
package-lock.json linguist-generated |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.