Skip to content

Releases: GopherSecurity/gopher-mcp-csharp

libgopher_mcp_auth v0.1.0-20260119-061259

19 Jan 06:13

Choose a tag to compare

Build Report

Build Information

  • Date: $(date -u +"%Y-%m-%d %H:%M:%S UTC")
  • Commit: f856128
  • Branch: feature/gopher-auth-build
  • Build Type: Release
  • Library Version: 0.1.0

Platforms Built

Linux

  • ✅ x64 (Ubuntu 20.04 compatible, GLIBC 2.31+)
  • ✅ ARM64 (Ubuntu 20.04 compatible, GLIBC 2.31+)

Windows

  • ✅ x64 (Windows 7+, using MinGW-w64)
  • ✅ ARM64 (Windows 10+, using LLVM-MinGW)

macOS

  • ✅ x64 (macOS 10.15+)
  • ✅ ARM64 (macOS 11.0+)

Files Included

Each platform package includes:

  • Main library file (.so, .dll, or .dylib)
  • Import library (.lib for Windows)
  • Verification tool
  • Symbolic links (for Linux/macOS)

Usage

See BUILD_INSTRUCTIONS.md for detailed usage instructions for each platform.

GopherMcp C# SDK v0.1.2.3

31 Mar 03:48

Choose a tag to compare

Installation

NuGet Package Manager

Install-Package GopherMcp -Version 0.1.2.3

.NET CLI

dotnet add package GopherMcp --version 0.1.2.3

PackageReference

<PackageReference Include="GopherMcp" Version="0.1.2.3" />

What's Changed

GopherMcp C# SDK v0.1.2.2

31 Mar 03:30

Choose a tag to compare

Installation

NuGet Package Manager

Install-Package GopherMcp -Version 0.1.2.2

.NET CLI

dotnet add package GopherMcp --version 0.1.2.2

PackageReference

<PackageReference Include="GopherMcp" Version="0.1.2.2" />

What's Changed