Mcpb.Cli 0.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global Mcpb.Cli --version 0.3.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Mcpb.Cli --version 0.3.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Mcpb.Cli&version=0.3.0
                    
nuke :add-package Mcpb.Cli --version 0.3.0
                    

MCPB .NET CLI

Experimental .NET port of the MCPB CLI.

Build

cd dotnet/mcpb
dotnet build -c Release

Install as local tool

cd dotnet/mcpb
dotnet pack -c Release
# Find generated nupkg in bin/Release
dotnet tool install --global Mcpb.Cli --add-source ./bin/Release

Commands

Command Description
mcpb init [directory] [--server-type node\|python\|binary\|auto] [--entry-point path] Create manifest.json
mcpb validate [manifest\|directory] Validate manifest
mcpb pack [directory] [output] Create .mcpb archive
mcpb unpack <file> [outputDir] Extract archive
mcpb sign <file> [--cert cert.pem --key key.pem --self-signed] Sign bundle
mcpb verify <file> Verify signature
mcpb info <file> Show bundle info (and signature)
mcpb unsign <file> Remove signature

License Compliance

MIT licensed

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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.

This package has no dependencies.

Version Downloads Last Updated
0.3.5 364 12/6/2025
0.3.4 197 11/9/2025
0.3.3 147 11/2/2025
0.3.2 205 10/15/2025
0.3.1 187 10/15/2025
0.3.0 194 10/13/2025
0.2.0 188 10/5/2025
0.1.1 193 9/20/2025
0.1.0 208 9/20/2025