v2.4.3 — packaging hygiene (clean wheel/sdist)
Re-release of the 2.4.2 markdown add_cell false-timeout fix with a clean package.
- No functional/library change vs 2.4.2 (same markdown
notebook_add_cellfalse-"Timeout waiting for frontend response" fix + bridge-stability race fix + configurableINSTRMCP_FRONTEND_TIMEOUT, default 10s). - Packaging fix:
MANIFEST.innow prunes dev-only artifacts (local virtualenv, JupyterLab staging,node_modules, tool caches) so the built sdist/wheel are small and clean (2.4.2's locally-built wheel had accidentally bundled ~24MB of node_modules).
Note: publish to PyPI was done manually; the CI Release workflow's PyPI step is unconfigured (missing PYPI_API_TOKEN secret).