Install oxcode-cli 0.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/oxgraph/oxcode/releases/download/v0.3.0/oxcode-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/oxgraph/oxcode/releases/download/v0.3.0/oxcode-cli-installer.ps1 | iex"
Download oxcode-cli 0.3.0
Changes
- 0a6ace0 fix(ci): publish-npm permissions must not exceed the caller (#29)
- 3f1c9b0 release: oxcode 0.3.0 + document npm/MCP-Registry distribution (#28)
- 5799c79 ci: publish @snowmead/oxcode-mcp + MCP Registry entry on release (#27)