fixed everything-server vscode support using stdio transport#1599
Open
destryteeter wants to merge 2 commits intomodelcontextprotocol:mainfrom
Open
fixed everything-server vscode support using stdio transport#1599destryteeter wants to merge 2 commits intomodelcontextprotocol:mainfrom
destryteeter wants to merge 2 commits intomodelcontextprotocol:mainfrom
Conversation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adds "transport" parameter to everything-server example.
Motivation and Context
I encountered an error where the process would not finish when adding the mcp server to the
.vscode/mcp.jsonfile with the given value:Log output:
The process would never pass "waiting for server to respod".
How Has This Been Tested?
Tested using Visual Studio Code:
Version: 1.105.1 (Universal)
Commit: 7d842fb85a0275a4a8e4d7e040d2625abbf7f084
Date: 2025-10-14T22:33:36.618Z
Electron: 37.6.0
ElectronBuildId: 12502201
Chromium: 138.0.7204.251
Node.js: 22.19.0
V8: 13.8.258.32-electron.0
OS: Darwin x64 21.6.0
Breaking Changes
No
Types of changes
Checklist
Additional context