The packaged .NET tool host for AXSG’s workspace MCP surface.
dotnet tool install --global XamlToCSharpGenerator.McpServer.Tool --version x.y.z
axsg-mcp --workspace /path/to/workspace
The tool exposes a query-oriented MCP surface over the workspace and shared AXSG operation layer.
Primary tool surface:
axsg.preview.projectContextaxsg.hotReload.statusaxsg.hotDesign.statusaxsg.hotDesign.documentsaxsg.hotDesign.workspaceaxsg.studio.statusPrimary resources:
axsg://runtime/hotreload/statusaxsg://runtime/hotdesign/statusaxsg://runtime/hotdesign/documentsaxsg://runtime/studio/statusThose resources use the same payload shape as the runtime-attached host, but on the standalone tool they are only snapshots from the axsg-mcp process itself. They are not subscriptions into a separate running Avalonia app.
It does not automatically attach to a separate running Avalonia app.
That means:
dotnet watchXamlSourceGenRuntimeMcpServerFor live runtime state, host the runtime MCP server in-process inside the application.