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:
/install-mcp.sh/releases/foliospace-mcp_0.993_darwin_arm64.tar.gz/releases/foliospace-mcp_0.993_darwin_amd64.tar.gz/releases/foliospace-mcp_0.993_linux_arm64.tar.gz/releases/foliospace-mcp_0.993_linux_amd64.tar.gz/releases/checksums.txt
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.
GET /api/client/games/platformspublishes stable IDs, display titles, aliases, counts, and availability.foliospace.get_game_platform_catalogexposes the same catalog to agents.- Virtual Boy ROMs and local box art are indexed under the canonical
virtualboyplatform. - Existing API response shapes and older manifest clients remain backward compatible.