Live tooling for humans and agents
Hot Reload, Hot Design & MCP
Give editors and coding agents the same live, structured control over XAML workspaces.
Explore source ↗Capability
Workspace, runtime, and preview MCP hosts expose semantic queries, preview lifecycle, source-generated hot reload, hot design, studio state, and remote protocol contracts.
- 01
Workspace, runtime, and preview hosts
- 02
Source-generated hot reload
- 03
Hot design and studio state
- 04
iOS and remote transport support
How it composes
From intent
to working system.
Host
The selected workspace, runtime, or preview process owns authoritative state.
Describe
Remote protocol contracts expose capabilities and structured resources.
Change
Clients update source, preview state, or running generated views.
Verify
Diagnostics, lifecycle, and runtime state close the feedback loop.
Quick start
Adopt this
capability.
Start with the primary module, then add the related packages only when the application needs those layers. Replace VERSION with the current NuGet version.
dotnet tool install --global XamlToCSharpGenerator.McpServer.Toolaxsg-mcp --workspace /path/to/repo
# Runtime hosts expose hot reload and hot design state.# Preview hosts support start, update, reload, and stop# through the shared remote protocol.Modules in this capability
Use one layer.
Compose the rest.
Source of truth
Read the module beside the complete system.
The implementation, samples, issues, and release notes stay in the parent repository so module details remain connected to the product architecture.