Skip to content

v0.6.3 - standalone binaries

Latest

Choose a tag to compare

@MarkNicholls MarkNicholls released this 30 Aug 12:35

Standalone, self-contained builds of the MCP server (Kookerella.FsOpenXmlDsl.Mcp) for anyone who doesn't want a .NET dependency at all.

Two ways to run this server

Already have .NET? Use the NuGet-distributed dotnet tool:

dotnet tool install -g Kookerella.FsOpenXmlDsl.Mcp

Don't want any .NET dependency? Download the standalone zip for your platform below, unzip, and run the executable directly - no install required. It bundles the full .NET runtime, so nothing else needs to be on the machine.

Downloads

Six platform/architecture combinations: win-x64, win-arm64, linux-x64, linux-arm64, osx-x64, osx-arm64.

On Linux/macOS, mark the extracted binary executable first: chmod +x Kookerella.FsOpenXmlDsl.Mcp

Verified: each build starts cleanly as an MCP stdio server, and the win-x64 build was functionally tested end-to-end (building a workbook with a real pivot table and sparklines from a JSON payload via the build CLI command) before this release was cut.