v0.1.0
·
17 commits
to refs/heads/main
since this release
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
- Bump the microsoft-packages group with 2 updates @dependabot[bot] (#5)
- Bump actions/checkout from 4 to 5 @dependabot[bot] (#4)
- Bump the test-packages group with 4 updates @dependabot[bot] (#6)
- Bump docker/build-push-action from 5 to 6 @dependabot[bot] (#3)
📦 Installation
Docker
docker pull ghcr.io/infinityflowapp/csharp-mcp:0.1.0.NET Tool
dotnet tool install -g InfinityFlow.CSharp.Eval --version 0.1.0NuGet 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-evalFull Changelog: ...v0.1.0
Contributors
@ElanHasson, @dependabot[bot] and dependabot[bot]