SharpNinja.McpServer.Cqrs
1.4.23
dotnet add package SharpNinja.McpServer.Cqrs --version 1.4.23
NuGet\Install-Package SharpNinja.McpServer.Cqrs -Version 1.4.23
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="SharpNinja.McpServer.Cqrs" Version="1.4.23" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SharpNinja.McpServer.Cqrs" Version="1.4.23" />
<PackageReference Include="SharpNinja.McpServer.Cqrs" />
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 SharpNinja.McpServer.Cqrs --version 1.4.23
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SharpNinja.McpServer.Cqrs, 1.4.23"
#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 SharpNinja.McpServer.Cqrs@1.4.23
#: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=SharpNinja.McpServer.Cqrs&version=1.4.23
#tool nuget:?package=SharpNinja.McpServer.Cqrs&version=1.4.23
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
McpServer.Cqrs
Lightweight async CQRS framework with Result monad, decimal correlation IDs, pipeline behaviors, and ILoggerProvider integration.
Features
- ICommand<T> / IQuery<T> marker interfaces for command/query separation
- Result<T> monad for structured success/failure returns
- CallContext with correlation ID, auth claims, timing, and ILogger
- IPipelineBehavior middleware for cross-cutting concerns
- Dispatcher with assembly-scanning DI registration
- IDispatcher interface for testability and dependency injection
Quick Start
services.AddCqrs(typeof(MyHandler).Assembly);
// Dispatch
var result = await dispatcher.SendAsync(new CreateItemCommand("name"));
var items = await dispatcher.QueryAsync(new GetItemsQuery());
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0)
- Newtonsoft.Json (>= 13.0.4)
- YamlDotNet (>= 16.3.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on SharpNinja.McpServer.Cqrs:
| Package | Downloads |
|---|---|
|
SharpNinja.McpServer.Cqrs.Mvvm
MVVM bridge for McpServer.Cqrs — provides IRelayCommand implementations that dispatch CQRS commands/queries through the Dispatcher, with ObservableObject base class integration. |
|
|
FWH.Common.AutoZoom
Auto-zoom service, ViewModel, and CQRS handlers for map navigation based on GPS movement state. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.4.23 | 0 | 7/20/2026 |
| 1.4.20 | 28 | 7/20/2026 |
| 1.4.19 | 81 | 7/16/2026 |
| 1.4.18 | 75 | 7/16/2026 |
| 1.4.17 | 90 | 7/14/2026 |
| 1.4.14 | 90 | 7/14/2026 |
| 1.4.11 | 100 | 7/12/2026 |
| 1.4.8 | 109 | 7/11/2026 |
| 1.4.0 | 107 | 7/3/2026 |
| 1.3.1 | 107 | 6/28/2026 |
| 1.3.0 | 112 | 6/25/2026 |
| 1.2.0 | 116 | 6/25/2026 |
| 1.1.0 | 113 | 6/25/2026 |
| 1.0.1 | 106 | 6/25/2026 |
| 0.2.108 | 117 | 6/15/2026 |
| 0.2.107 | 110 | 6/4/2026 |
| 0.2.106 | 111 | 6/4/2026 |
| 0.2.105 | 210 | 5/28/2026 |
| 0.2.103 | 131 | 5/26/2026 |
| 0.1.2 | 115 | 6/25/2026 |
Loading failed