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
<PackageReference Include="Reactor.Maui.MCP.win-x64" Version="4.0.18" />
<PackageVersion Include="Reactor.Maui.MCP.win-x64" Version="4.0.18" />
<PackageReference Include="Reactor.Maui.MCP.win-x64" />
paket add Reactor.Maui.MCP.win-x64 --version 4.0.18
#r "nuget: Reactor.Maui.MCP.win-x64, 4.0.18"
#:package Reactor.Maui.MCP.win-x64@4.0.18
#addin nuget:?package=Reactor.Maui.MCP.win-x64&version=4.0.18
#tool nuget:?package=Reactor.Maui.MCP.win-x64&version=4.0.18
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.
dnxdownloads 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
dnxnot found: update to the latest Copilot/IDE preview that supports MCP.- Startup errors: run with
dotnet runto view detailed logs. - RID mismatch: confirm your platform is listed in
<RuntimeIdentifiers>.
References
- Model Context Protocol: https://modelcontextprotocol.io/
- Specification: https://spec.modelcontextprotocol.io/
- .NET MCP SDK (NuGet): https://www.nuget.org/packages/ModelContextProtocol
- VS Code MCP servers: https://code.visualstudio.com/docs/copilot/chat/mcp-servers
- Visual Studio MCP servers: https://learn.microsoft.com/visualstudio/ide/mcp-servers
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 |