Release

Server and MCP release package notes.

Server image

Use Docker Hub for the FolioSpace Library server.

docker pull funland/foliospace-library:0.993

Release 0.993 is published for linux/amd64 and linux/arm64. The latest tag also points to the current public release.

Build server image locally

git clone <repository-url> FolioSpaceReader
cd FolioSpaceReader
docker build -t foliospace-library:0.993 .

Build from the repository root. Dockerfile: Dockerfile. Server entry: cmd/foliospace-reader.

MCP release files

The public installer expects these files from the current release:

Publish these files from the local release dist directory before enabling the 0.993 MCP installer links.

Build MCP release packages

cd FolioSpaceReader
	VERSION=0.993 ./scripts/build-mcp-release.sh

Release artifacts are written to dist/releases and should be copied to the website /releases directory before deployment.

Server release packaging

There is no separate server binary package for this release. The server release is the Docker image funland/foliospace-library:0.993.

FolioSpace Library 0.993

Release 0.993 adds Nintendo Virtual Boy catalog support and a server-owned game-platform catalog across the Client API and MCP.