Skip to content

Releases: Jesssullivan/tummycrypt

tcfs v0.12.8

Choose a tag to compare

@github-actions github-actions released this 06 May 04:04
36d708d

tcfs v0.12.8

Quick Install

macOS (.pkg installer — recommended):

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.8/tcfs-0.12.8-macos-aarch64.pkg
sudo installer -pkg tcfs-0.12.8-macos-aarch64.pkg -target /

Linux/macOS tarball convenience installer (CLI-first, not a release-proof surface):

curl -fsSL https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.8/install.sh | sh

Homebrew:

brew tap --custom-remote Jesssullivan/tummycrypt https://github.com/Jesssullivan/tummycrypt.git
git -C "$(brew --repo Jesssullivan/tummycrypt)" fetch origin homebrew-tap
git -C "$(brew --repo Jesssullivan/tummycrypt)" checkout homebrew-tap
brew install Jesssullivan/tummycrypt/tcfs

Container image:

podman pull ghcr.io/jesssullivan/tcfsd:v0.12.8

Debian/Ubuntu:

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.8/tcfsd-0.12.8-amd64.deb
curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.8/tcfs-0.12.8-amd64.deb
sudo dpkg -i tcfsd-0.12.8-amd64.deb tcfs-0.12.8-amd64.deb

RPM (Fedora/RHEL/Rocky, daemon-only today):

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.8/tcfsd-0.12.8-x86_64.rpm
sudo rpm -i tcfsd-0.12.8-x86_64.rpm

Verify checksums

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.8/SHA256SUMS.txt
sha256sum -c SHA256SUMS.txt

Verify signature (Sigstore Cosign)

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.8/SHA256SUMS.txt.sig
curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.8/SHA256SUMS.txt.pem
cosign verify-blob \
  --signature SHA256SUMS.txt.sig \
  --certificate SHA256SUMS.txt.pem \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp 'github.com/Jesssullivan/tummycrypt' \
  SHA256SUMS.txt

macOS artifacts

macOS CLI binaries are Developer ID signed when Apple credentials are configured.
FileProvider and .pkg notarization is attempted for Apple artifacts, but release
publication does not fail if Apple's notarization service or account agreements are unavailable.

Binaries included

Binary Purpose
tcfs CLI: push, pull, sync-status, mount, unsync
tcfsd Daemon: gRPC socket, FUSE, Prometheus metrics
tcfs-tui Terminal UI for interactive management
tcfs-mcp MCP server for AI agent integration

Full Changelog: v0.12.7...v0.12.8

tcfs v0.12.7

Choose a tag to compare

@github-actions github-actions released this 01 May 17:17
b458244

tcfs v0.12.7

Quick Install

macOS (.pkg installer — recommended):

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.7/tcfs-0.12.7-macos-aarch64.pkg
sudo installer -pkg tcfs-0.12.7-macos-aarch64.pkg -target /

Linux/macOS tarball convenience installer (CLI-first, not a release-proof surface):

curl -fsSL https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.7/install.sh | sh

Homebrew:

brew tap --custom-remote Jesssullivan/tummycrypt https://github.com/Jesssullivan/tummycrypt.git
git -C "$(brew --repo Jesssullivan/tummycrypt)" fetch origin homebrew-tap
git -C "$(brew --repo Jesssullivan/tummycrypt)" checkout homebrew-tap
brew install Jesssullivan/tummycrypt/tcfs

Container image:

podman pull ghcr.io/jesssullivan/tcfsd:v0.12.7

Debian/Ubuntu:

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.7/tcfsd-0.12.7-amd64.deb
curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.7/tcfs-0.12.7-amd64.deb
sudo dpkg -i tcfsd-0.12.7-amd64.deb tcfs-0.12.7-amd64.deb

RPM (Fedora/RHEL/Rocky, daemon-only today):

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.7/tcfsd-0.12.7-x86_64.rpm
sudo rpm -i tcfsd-0.12.7-x86_64.rpm

Verify checksums

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.7/SHA256SUMS.txt
sha256sum -c SHA256SUMS.txt

Verify signature (Sigstore Cosign)

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.7/SHA256SUMS.txt.sig
curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.7/SHA256SUMS.txt.pem
cosign verify-blob \
  --signature SHA256SUMS.txt.sig \
  --certificate SHA256SUMS.txt.pem \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp 'github.com/Jesssullivan/tummycrypt' \
  SHA256SUMS.txt

macOS artifacts

macOS CLI binaries are Developer ID signed when Apple credentials are configured.
FileProvider and .pkg notarization is attempted for Apple artifacts, but release
publication does not fail if Apple's notarization service or account agreements are unavailable.

Binaries included

Binary Purpose
tcfs CLI: push, pull, sync-status, mount, unsync
tcfsd Daemon: gRPC socket, FUSE, Prometheus metrics
tcfs-tui Terminal UI for interactive management
tcfs-mcp MCP server for AI agent integration

Full Changelog: v0.12.6...v0.12.7

tcfs v0.12.6

Choose a tag to compare

@github-actions github-actions released this 01 May 01:20
107bb1d

tcfs v0.12.6

Quick Install

macOS (.pkg installer — recommended):

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.6/tcfs-0.12.6-macos-aarch64.pkg
sudo installer -pkg tcfs-0.12.6-macos-aarch64.pkg -target /

Linux/macOS tarball convenience installer (CLI-first, not a release-proof surface):

curl -fsSL https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.6/install.sh | sh

Homebrew:

brew tap --custom-remote Jesssullivan/tummycrypt https://github.com/Jesssullivan/tummycrypt.git
git -C "$(brew --repo Jesssullivan/tummycrypt)" fetch origin homebrew-tap
git -C "$(brew --repo Jesssullivan/tummycrypt)" checkout homebrew-tap
brew install Jesssullivan/tummycrypt/tcfs

Container image:

podman pull ghcr.io/jesssullivan/tcfsd:v0.12.6

Debian/Ubuntu:

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.6/tcfsd-0.12.6-amd64.deb
curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.6/tcfs-0.12.6-amd64.deb
sudo dpkg -i tcfsd-0.12.6-amd64.deb tcfs-0.12.6-amd64.deb

RPM (Fedora/RHEL/Rocky, daemon-only today):

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.6/tcfsd-0.12.6-x86_64.rpm
sudo rpm -i tcfsd-0.12.6-x86_64.rpm

Verify checksums

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.6/SHA256SUMS.txt
sha256sum -c SHA256SUMS.txt

Verify signature (Sigstore Cosign)

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.6/SHA256SUMS.txt.sig
curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.6/SHA256SUMS.txt.pem
cosign verify-blob \
  --signature SHA256SUMS.txt.sig \
  --certificate SHA256SUMS.txt.pem \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp 'github.com/Jesssullivan/tummycrypt' \
  SHA256SUMS.txt

macOS artifacts

macOS CLI binaries are Developer ID signed when Apple credentials are configured.
FileProvider and .pkg notarization is attempted for Apple artifacts, but release
publication does not fail if Apple's notarization service or account agreements are unavailable.

Binaries included

Binary Purpose
tcfs CLI: push, pull, sync-status, mount, unsync
tcfsd Daemon: gRPC socket, FUSE, Prometheus metrics
tcfs-tui Terminal UI for interactive management
tcfs-mcp MCP server for AI agent integration

Full Changelog: v0.12.5...v0.12.6

tcfs v0.12.5

Choose a tag to compare

@github-actions github-actions released this 01 May 00:52

tcfs v0.12.5

Quick Install

macOS (.pkg installer — recommended):

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.5/tcfs-0.12.5-macos-aarch64.pkg
sudo installer -pkg tcfs-0.12.5-macos-aarch64.pkg -target /

Linux/macOS tarball convenience installer (CLI-first, not a release-proof surface):

curl -fsSL https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.5/install.sh | sh

Homebrew:

brew tap --custom-remote Jesssullivan/tummycrypt https://github.com/Jesssullivan/tummycrypt.git
git -C "$(brew --repo Jesssullivan/tummycrypt)" fetch origin homebrew-tap
git -C "$(brew --repo Jesssullivan/tummycrypt)" checkout homebrew-tap
brew install Jesssullivan/tummycrypt/tcfs

Container image:

podman pull ghcr.io/jesssullivan/tcfsd:v0.12.5

Debian/Ubuntu:

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.5/tcfsd-0.12.5-amd64.deb
curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.5/tcfs-0.12.5-amd64.deb
sudo dpkg -i tcfsd-0.12.5-amd64.deb tcfs-0.12.5-amd64.deb

RPM (Fedora/RHEL/Rocky, daemon-only today):

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.5/tcfsd-0.12.5-x86_64.rpm
sudo rpm -i tcfsd-0.12.5-x86_64.rpm

Verify checksums

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.5/SHA256SUMS.txt
sha256sum -c SHA256SUMS.txt

Verify signature (Sigstore Cosign)

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.5/SHA256SUMS.txt.sig
curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.5/SHA256SUMS.txt.pem
cosign verify-blob \
  --signature SHA256SUMS.txt.sig \
  --certificate SHA256SUMS.txt.pem \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp 'github.com/Jesssullivan/tummycrypt' \
  SHA256SUMS.txt

macOS artifacts

macOS CLI binaries are Developer ID signed when Apple credentials are configured.
FileProvider and .pkg notarization is attempted for Apple artifacts, but release
publication does not fail if Apple's notarization service or account agreements are unavailable.

Binaries included

Binary Purpose
tcfs CLI: push, pull, sync-status, mount, unsync
tcfsd Daemon: gRPC socket, FUSE, Prometheus metrics
tcfs-tui Terminal UI for interactive management
tcfs-mcp MCP server for AI agent integration

Full Changelog: v0.12.4...v0.12.5

tcfs v0.12.4

Choose a tag to compare

@Jesssullivan Jesssullivan released this 01 May 00:10

tcfs v0.12.4

This release was published manually from the green GitHub Actions artifacts for run 25195208582 after the workflow's GitHub Release creation step hit Resource not accessible by integration.

TCFS FileProvider

  • Adds a non-zero child-count hint for FileProvider directory items so fileproviderd does not treat lazy remote folders as known-empty before enumeration.
  • Keeps the macOS host and FileProvider extension signed with the Developer ID profiles for io.tinyland.tcfs and io.tinyland.tcfs.fileprovider.
  • Includes a notarized macOS aarch64 .pkg artifact from the release workflow.

Verification

  • nix develop --accept-flake-config --command task lazy:check
  • ad-hoc local FileProvider Swift build
  • scripts/macos-fileprovider-preflight.sh --signing-only --require-production-signing on the dist-fileprovider artifact
  • release workflow run 25195208582: FileProvider, macOS CLI, Linux CLI/packages, container image, and macOS .pkg jobs passed

SHA256SUMS.txt is regenerated from the uploaded manual assets. This manual publication does not include Cosign .sig/.pem files because local cosign is not installed.

tcfs v0.12.3

Choose a tag to compare

@Jesssullivan Jesssullivan released this 30 Apr 23:09
v0.12.3
04631dc

tcfs v0.12.3

Manual publication from the green GitHub Actions release artifacts for run 25193243515.

Highlights:

  • macOS FileProvider app was Developer ID signed, provisioned, and notarized in CI.
  • macOS .pkg build completed successfully and includes the signed FileProvider app.
  • SHA256SUMS.txt is included for artifact verification.

The workflow-managed release creation step failed with 403 Resource not accessible by integration, so this release was published with the locally authenticated GitHub CLI token from the same Actions artifacts.

tcfs v0.12.2

Choose a tag to compare

@github-actions github-actions released this 16 Apr 14:21
2d26c11

tcfs v0.12.2

Quick Install

macOS (.pkg installer — recommended):

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.2/tcfs-0.12.2-macos-aarch64.pkg
sudo installer -pkg tcfs-0.12.2-macos-aarch64.pkg -target /

Linux / macOS (shell script):

curl -fsSL https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.2/install.sh | sh

Homebrew:

brew tap --custom-remote Jesssullivan/tummycrypt https://github.com/Jesssullivan/tummycrypt.git
git -C "$(brew --repo Jesssullivan/tummycrypt)" fetch origin homebrew-tap
git -C "$(brew --repo Jesssullivan/tummycrypt)" checkout homebrew-tap
brew install Jesssullivan/tummycrypt/tcfs

Container image:

podman pull ghcr.io/jesssullivan/tcfsd:v0.12.2

Debian/Ubuntu:

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.2/tcfsd-0.12.2-amd64.deb
curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.2/tcfs-0.12.2-amd64.deb
sudo dpkg -i tcfsd-0.12.2-amd64.deb tcfs-0.12.2-amd64.deb

RPM (Fedora/RHEL/Rocky, daemon-only today):

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.2/tcfsd-0.12.2-x86_64.rpm
sudo rpm -i tcfsd-0.12.2-x86_64.rpm

Verify checksums

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.2/SHA256SUMS.txt
sha256sum -c SHA256SUMS.txt

Verify signature (Sigstore Cosign)

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.2/SHA256SUMS.txt.sig
curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.2/SHA256SUMS.txt.pem
cosign verify-blob \
  --signature SHA256SUMS.txt.sig \
  --certificate SHA256SUMS.txt.pem \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp 'github.com/Jesssullivan/tummycrypt' \
  SHA256SUMS.txt

macOS artifacts

macOS CLI binaries are Developer ID signed when Apple credentials are configured.
FileProvider and .pkg notarization is attempted for Apple artifacts, but release
publication does not fail if Apple's notarization service or account agreements are unavailable.

Binaries included

Binary Purpose
tcfs CLI: push, pull, sync-status, mount, unsync
tcfsd Daemon: gRPC socket, FUSE, Prometheus metrics
tcfs-tui Terminal UI for interactive management
tcfs-mcp MCP server for AI agent integration

What's Changed

Full Changelog: v0.12.1...v0.12.2

tcfs v0.12.1

Choose a tag to compare

@github-actions github-actions released this 15 Apr 21:00
v0.12.1
bfb5b91

tcfs v0.12.1

Quick Install

macOS (.pkg installer — recommended):

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.1/tcfs-0.12.1-macos-aarch64.pkg
sudo installer -pkg tcfs-0.12.1-macos-aarch64.pkg -target /

Linux / macOS (shell script):

curl -fsSL https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.1/install.sh | sh

Homebrew:

brew tap Jesssullivan/tummycrypt https://github.com/Jesssullivan/tummycrypt --branch homebrew-tap
brew install tcfs

Container image:

podman pull ghcr.io/jesssullivan/tcfsd:v0.12.1

Debian/Ubuntu:

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.1/tcfs-0.12.1-amd64.deb
sudo dpkg -i tcfs-0.12.1-amd64.deb

RPM (Fedora/RHEL/Rocky):

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.1/tcfsd-0.12.1-x86_64.rpm
sudo rpm -i tcfsd-0.12.1-x86_64.rpm

Verify checksums

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.1/SHA256SUMS.txt
sha256sum -c SHA256SUMS.txt

Verify signature (Sigstore Cosign)

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.1/SHA256SUMS.txt.sig
curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.1/SHA256SUMS.txt.pem
cosign verify-blob \
  --signature SHA256SUMS.txt.sig \
  --certificate SHA256SUMS.txt.pem \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp 'github.com/Jesssullivan/tummycrypt' \
  SHA256SUMS.txt

macOS artifacts

macOS CLI binaries are Developer ID signed when Apple credentials are configured.
FileProvider and .pkg notarization is attempted for Apple artifacts, but release
publication does not fail if Apple's notarization service or account agreements are unavailable.

Binaries included

Binary Purpose
tcfs CLI: push, pull, sync-status, mount, unsync
tcfsd Daemon: gRPC socket, FUSE, Prometheus metrics
tcfs-tui Terminal UI for interactive management
tcfs-mcp MCP server for AI agent integration

What's Changed

Full Changelog: v0.12.0...v0.12.1

tcfs v0.12.0

Choose a tag to compare

@github-actions github-actions released this 08 Apr 21:00

tcfs v0.12.0

Quick Install

macOS (.pkg installer — recommended):

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.0/tcfs-0.12.0-macos-aarch64.pkg
sudo installer -pkg tcfs-0.12.0-macos-aarch64.pkg -target /

Linux / macOS (shell script):

curl -fsSL https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.0/install.sh | sh

Homebrew:

brew install tinyland-inc/tap/tcfs

Container image:

podman pull ghcr.io/tcfsd:v0.12.0

Debian/Ubuntu:

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.0/tcfs-0.12.0-amd64.deb
sudo dpkg -i tcfs-0.12.0-amd64.deb

RPM (Fedora/RHEL/Rocky):

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.0/tcfsd-0.12.0-x86_64.rpm
sudo rpm -i tcfsd-0.12.0-x86_64.rpm

Verify checksums

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.0/SHA256SUMS.txt
sha256sum -c SHA256SUMS.txt

Verify signature (Sigstore Cosign)

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.0/SHA256SUMS.txt.sig
curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.12.0/SHA256SUMS.txt.pem
cosign verify-blob \
  --signature SHA256SUMS.txt.sig \
  --certificate SHA256SUMS.txt.pem \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp 'github.com/tinyland-inc/tummycrypt' \
  SHA256SUMS.txt

macOS binaries

All macOS binaries are signed with Developer ID and notarized by Apple.
The FileProvider extension (TCFSProvider.app) is stapled for offline verification.

Binaries included

Binary Purpose
tcfs CLI: push, pull, sync-status, mount, unsync
tcfsd Daemon: gRPC socket, FUSE, Prometheus metrics
tcfs-tui Terminal UI for interactive management
tcfs-mcp MCP server for AI agent integration

Full Changelog: v0.11.1...v0.12.0

tcfs v0.11.1

Choose a tag to compare

@github-actions github-actions released this 08 Apr 20:21

tcfs v0.11.1

Quick Install

macOS (.pkg installer — recommended):

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.11.1/tcfs-0.11.1-macos-aarch64.pkg
sudo installer -pkg tcfs-0.11.1-macos-aarch64.pkg -target /

Linux / macOS (shell script):

curl -fsSL https://github.com/Jesssullivan/tummycrypt/releases/download/v0.11.1/install.sh | sh

Homebrew:

brew install tinyland-inc/tap/tcfs

Container image:

podman pull ghcr.io/tcfsd:v0.11.1

Debian/Ubuntu:

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.11.1/tcfs-0.11.1-amd64.deb
sudo dpkg -i tcfs-0.11.1-amd64.deb

RPM (Fedora/RHEL/Rocky):

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.11.1/tcfsd-0.11.1-x86_64.rpm
sudo rpm -i tcfsd-0.11.1-x86_64.rpm

Verify checksums

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.11.1/SHA256SUMS.txt
sha256sum -c SHA256SUMS.txt

Verify signature (Sigstore Cosign)

curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.11.1/SHA256SUMS.txt.sig
curl -LO https://github.com/Jesssullivan/tummycrypt/releases/download/v0.11.1/SHA256SUMS.txt.pem
cosign verify-blob \
  --signature SHA256SUMS.txt.sig \
  --certificate SHA256SUMS.txt.pem \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp 'github.com/tinyland-inc/tummycrypt' \
  SHA256SUMS.txt

macOS binaries

All macOS binaries are signed with Developer ID and notarized by Apple.
The FileProvider extension (TCFSProvider.app) is stapled for offline verification.

Binaries included

Binary Purpose
tcfs CLI: push, pull, sync-status, mount, unsync
tcfsd Daemon: gRPC socket, FUSE, Prometheus metrics
tcfs-tui Terminal UI for interactive management
tcfs-mcp MCP server for AI agent integration

Full Changelog: https://github.com/Jesssullivan/tummycrypt/commits/v0.11.1