<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid creating duplicates. --> <!-- 🧪 Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- 💡 Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- 🔧 Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: No (the feature is in the Copilot Chat extension) <!-- 🪓 If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- 📣 Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.103.2 - OS Version: Windows @joelverhagen (me) will provide a fix for this. The schema for server.json has been update: https://github.com/modelcontextprotocol/registry/blob/main/docs/reference/server-json/server.schema.json The code for assisted NuGet MCP install uses the old schema: https://github.com/microsoft/vscode-copilot-chat/blob/bb62f6f6367e48879506c1989ddae6fe5e5c3a26/src/extension/mcp/vscode-node/nuget.ts#L288 This needs to be fixed to the latest schema.