notedthat-server 0.3.1

NotedThat server library — HTTP API, WebDAV, and remote MCP in one process
Documentation

NotedThat Server

The NotedThat server library. Boots the HTTP API, WebDAV, and remote MCP surfaces as a single process against an S3-backed knowledgebase — see the workspace README for the full env-var set and the SPECIFICATIONS for the surface protocols.

The notedthat-server executable that drives it ships from the notedthat crate, so that one published crate owns every installed binary name.

This crate backs the container image at ghcr.io/notedthat/server. The workspace git tag (vX.Y.Z) and the root CHANGELOG.md are owned by the notedthat facade crate.

Install

cargo install notedthat                      # both binaries
docker pull ghcr.io/notedthat/server:latest  # server only
# or grab a signed binary from https://github.com/NotedThat/NotedThat/releases

Every image and binary ships with a cosign .bundle sidecar and a SLSA L2 build provenance attestation — see the workspace README for verification commands.