Skip to content

Commit 604a1b6

Browse files
authored
Update VSIX-DESIGN.md (#2176)
* Updated VSIX-DESIGN.md * review comment
1 parent 230297c commit 604a1b6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

servers/Template.Mcp.Server/vscode/VSIX-DESIGN.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,7 @@ const serverPath = path.join(context.extensionPath, 'server', binary);
125125
- As an optimization, the extension could download the latest platform-specific server binary from a public URL at runtime.
126126
- This reduces VSIX size but requires HTTP(S) download logic.
127127
- Not currently implemented in the default design for maximum compatibility and offline support.
128-
- Note: Platform specific .zip files are hosted on GitHub in each release:
129-
- https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5502650/Template.Mcp.Server-win-x64.zip
130-
- https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5502650/Template.Mcp.Server-osx-arm64.zip
128+
- Note: Platform specific .zip files are hosted on GitHub in each release.
131129

132130
---
133131

0 commit comments

Comments
 (0)