diff --git a/servers/Template.Mcp.Server/vscode/VSIX-DESIGN.md b/servers/Template.Mcp.Server/vscode/VSIX-DESIGN.md index 803f5ffdbf..0048452a17 100644 --- a/servers/Template.Mcp.Server/vscode/VSIX-DESIGN.md +++ b/servers/Template.Mcp.Server/vscode/VSIX-DESIGN.md @@ -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: - - 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. ---