Reactor.Maui.MCP.win-x64 4.0.18

dotnet add package Reactor.Maui.MCP.win-x64 --version 4.0.18
                    
NuGet\Install-Package Reactor.Maui.MCP.win-x64 -Version 4.0.18
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Reactor.Maui.MCP.win-x64" Version="4.0.18" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Reactor.Maui.MCP.win-x64" Version="4.0.18" />
                    
Directory.Packages.props
<PackageReference Include="Reactor.Maui.MCP.win-x64" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Reactor.Maui.MCP.win-x64 --version 4.0.18
                    
#r "nuget: Reactor.Maui.MCP.win-x64, 4.0.18"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Reactor.Maui.MCP.win-x64@4.0.18
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Reactor.Maui.MCP.win-x64&version=4.0.18
                    
Install as a Cake Addin
#tool nuget:?package=Reactor.Maui.MCP.win-x64&version=4.0.18
                    
Install as a Cake Tool

MauiReactor MCP Server

This package exposes a Model Context Protocol (MCP) server for working with MauiReactor and .NET MAUI projects. It provides tools for component scaffolding, workspace inspection, and basic build/test actions via stdio.

Install (NuGet, dnx)

Once the package is published to NuGet, configure your IDE to install and run the server via dnx:

VS Code: create .vscode/mcp.json in your workspace

{
  "servers": {
    "MauiReactor.MCP": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "MauiReactor.MCP",
        "--version",
        "0.1.0-preview",
        "--yes"
      ]
    }
  }
}

Visual Studio: create .mcp.json in the solution directory with the same content as above.

Notes:

  • Replace the version with the latest published package version.
  • dnx downloads and caches the self-contained binary per RID.

Run from source (development)

To test locally without packaging:

{
  "servers": {
    "MauiReactor.MCP": {
      "type": "stdio",
      "command": "dotnet",
      "args": [
        "run",
        "--project",
        "<absolute path to src/MauiReactor.MCP>"
      ]
    }
  }
}

Server capabilities

  • Tools: scaffolding MAUI components, reading/writing workspace files, basic build/test tasks.
  • Resources: embedded templates under Tools/Resources/Components.
  • Prompts: MCP-compliant prompt definitions for guided workflows.

Client configuration (.mcp/server.json)

This package includes .mcp/server.json for IDE browsing. You can declare required inputs (e.g., workspace paths or feature flags) following MCP guidance. See aka.ms/nuget/mcp/guide/configuring-inputs.

Pack and publish

dotnet pack -c Release
dotnet nuget push bin/Release/*.nupkg --source https://api.nuget.org/v3/index.json

Ensure PackageId, RepositoryUrl, and metadata are set in MauiReactor.MCP.csproj.

Troubleshooting

  • dnx not found: update to the latest Copilot/IDE preview that supports MCP.
  • Startup errors: run with dotnet run to view detailed logs.
  • RID mismatch: confirm your platform is listed in <RuntimeIdentifiers>.

References

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.18 312 4/28/2026
4.0.17 306 4/12/2026
4.0.16 377 2/17/2026
4.0.15 352 2/17/2026
4.0.14 343 2/17/2026
4.0.13 363 2/5/2026
4.0.12-beta 382 1/25/2026
4.0.11-beta 385 1/5/2026
4.0.10-beta 381 12/29/2025
4.0.9-beta 414 12/13/2025
4.0.8-beta 431 12/12/2025
4.0.7-beta 435 12/12/2025
4.0.6-beta 412 12/12/2025