Repl.Protocol
0.9.1
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Repl.Protocol --version 0.9.1
NuGet\Install-Package Repl.Protocol -Version 0.9.1
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="Repl.Protocol" Version="0.9.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Repl.Protocol" Version="0.9.1" />
<PackageReference Include="Repl.Protocol" />
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 Repl.Protocol --version 0.9.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Repl.Protocol, 0.9.1"
#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 Repl.Protocol@0.9.1
#: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=Repl.Protocol&version=0.9.1
#tool nuget:?package=Repl.Protocol&version=0.9.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Repl.Protocol
Repl.Protocol provides machine-readable contracts for tooling and automation.
Use it when you want to represent things like help or errors as structured objects, and map those contracts to other shapes (e.g. MCP tool descriptors).
Install
dotnet add package Repl.Protocol
Example
Create a help document and project it to an MCP tool descriptor:
using Repl.Protocol;
var help = ProtocolContracts.CreateHelpDocument(
scope: "root",
commands: new[]
{
new HelpCommand(
Name: "contact list",
Description: "List contacts",
Usage: "contact list [--json]")
});
var tool = ProtocolContracts.CreateMcpTool(help.Commands[0]);
Docs
- Project overview: README.md
- Community DeepWiki (unofficial): deepwiki.com/yllibed/repl
| 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
- Repl.Core (>= 0.9.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Repl.Protocol:
| Package | Downloads |
|---|---|
|
Repl
Meta package that bundles the default Repl experience (Core + Defaults + Protocol). |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.9.2-dev.1 | 0 | 3/2/2026 |
| 0.9.1 | 0 | 3/2/2026 |
| 0.9.1-dev.45 | 0 | 3/2/2026 |
| 0.9.1-dev.44 | 0 | 3/1/2026 |
| 0.9.1-dev.19 | 27 | 2/28/2026 |
| 0.9.1-dev.11 | 25 | 2/26/2026 |
| 0.9.1-dev.10 | 32 | 2/26/2026 |
| 0.9.0 | 35 | 2/25/2026 |