notedthat-server 0.10.0

NotedThat server library — HTTP API, WebDAV, and remote MCP in one process
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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](../../README.md#running-locally) for the full env-var set and the [SPECIFICATIONS](../../SPECIFICATIONS.md) for the surface protocols.

The `notedthat-server` executable that drives it ships from the [`notedthat`](../notedthat) crate, so that one published crate owns every installed binary name.

This crate backs the container image at [`ghcr.io/notedthat/server`](https://github.com/NotedThat/NotedThat/pkgs/container/server). The workspace git tag (`vX.Y.Z`) and the root [CHANGELOG.md](../../CHANGELOG.md) are owned by the [`notedthat`](../notedthat) facade crate.

## Install

```sh
cargo install notedthat                      # the notedthat-server binary
docker pull ghcr.io/notedthat/server:latest  # the same, as an image
# 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.