这是indexloc提供的服务,不要输入任何密码
Skip to content

v0.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Aug 03:10
· 1 commit to refs/heads/main since this release
e1c6b78

What's Changed

🐛 Bug Fixes

  • Fix project configuration and documentation for MCP server @ElanHasson (#14)
  • fix: Implement transitive dependency resolution for NuGet packages @ElanHasson (#13)

📚 Documentation

  • docs: Update Claude Code config to use claude mcp add commands @ElanHasson (#16)
  • Fix project configuration and documentation for MCP server @ElanHasson (#14)

⬆️ Dependencies

  • Fix project configuration and documentation for MCP server @ElanHasson (#14)
  • fix: Implement transitive dependency resolution for NuGet packages @ElanHasson (#13)

📦 Installation

Docker

docker pull ghcr.io/infinityflowapp/csharp-mcp:0.3.2

.NET Tool

dotnet tool install -g InfinityFlow.CSharp.Eval --version 0.3.2

NuGet Package

<PackageReference Include="InfinityFlow.CSharp.Eval" Version="0.3.2" />

🏃 Running

Docker

docker run -it ghcr.io/infinityflowapp/csharp-mcp:0.3.2

.NET Tool

infinityflow-csharp-eval

Full Changelog: v0.3.1...v0.3.2

Contributors

@ElanHasson