Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions servers/Template.Mcp.Server/vscode/VSIX-DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,7 @@ const serverPath = path.join(context.extensionPath, 'server', binary);
- As an optimization, the extension could download the latest platform-specific server binary from a public URL at runtime.
- This reduces VSIX size but requires HTTP(S) download logic.
- Not currently implemented in the default design for maximum compatibility and offline support.
- Note: Platform specific .zip files are hosted on GitHub in each release:
Comment thread
anannya03 marked this conversation as resolved.
- https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5502650/Template.Mcp.Server-win-x64.zip
- https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5502650/Template.Mcp.Server-osx-arm64.zip
- Note: Platform specific .zip files are hosted on GitHub in each release.

---

Expand Down