Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 04:05
· 17 commits to refs/heads/main since this release
40e0893

What's Changed

  • docs: Add Cursor and Claude Code MCP configuration instructions @ElanHasson (#7)
  • feat: Add C# Eval MCP server with Roslyn scripting @ElanHasson (#2)
  • Add Claude Code GitHub Workflow @ElanHasson (#1)

⬆️ Dependencies

📦 Installation

Docker

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

.NET Tool

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

NuGet Package

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

🏃 Running

Docker

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

.NET Tool

infinityflow-csharp-eval

Full Changelog: ...v0.1.0

Contributors

@ElanHasson, @dependabot[bot] and dependabot[bot]