The packaged VS Code extension bundles the AXSG language client, launches the server, and integrates XAML plus inline-C# editing features into VS Code.
The extension is a thin client plus editor middleware over:
XamlToCSharpGenerator.LanguageServer.ToolXamlToCSharpGenerator.LanguageServiceIt also owns editor-specific concerns such as activation strategy, virtual-document projections, client-side provider fallbacks, and the bundled preview webview workflow.
The extension bundles and launches the preview helper automatically for the normal product workflow. The same helper also has an MCP mode for custom clients and test harnesses, but the extension preview UI does not require you to start an MCP server manually.
The preview MCP host behind that helper now supports explicit in-process preview hot reload through axsg.preview.hotReload, but that remains a custom-client surface rather than the packaged extension UX.