Files
mcp/vendor/modernc.org/sqlite/unconvert.sh
Kyle Isom e18a3647bf Add Nix flake for mcp and mcp-agent
Exposes two packages:
- default (mcp CLI) for operator workstations
- mcp-agent for managed nodes

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 22:46:36 -07:00

6 lines
94 B
Bash

set -evx
until unconvert -fastmath -all ./...
do
unconvert2 -fastmath -apply -all ./...
done