Skip to content

v1.1.3 - Synthadoc Community Edition

Latest

Choose a tag to compare

@william-Johnason william-Johnason released this 27 Jul 21:00
c1db6b4

Synthadoc Community Edition v1.1.3 Release Notes

Synthadoc Community Edition v1.1.3 is released.

Patch release for the production env. Single dependency fix. Upgrade recommended for all v1.1.2 users.


Installation / Upgrade

New Install

pip install synthadoc
synthadoc --version   # should print 1.1.3
synthadoc install history-of-computing --target ~/wikis --demo

Upgrade from v1.1.2 or an ealier release

pip install synthadoc --upgrade

Fix

Fresh installs failed to start the server in production - mcp was declared as a dev-only dependency, so pip install synthadoc did not pull it in. Running synthadoc serve immediately crashed with ModuleNotFoundError: No module named 'mcp'. The package is now correctly listed as a required runtime dependency.

Workaround for v1.1.2 users: pip install mcp


Commits Since v1.1.2

SHA Description
6bff12c fix(deps): move mcp to required dependencies — fresh installs fail with ModuleNotFoundError