• opencode-devbox v1.14.29c — mempalace-mcp entry point
    Validate / docs-check (push) Successful in 20s
    Validate / validate-base (push) Successful in 11m32s
    Validate / validate-omos (push) Successful in 15m18s
    Publish Docker Image / build-base (push) Successful in 53m5s
    Publish Docker Image / build-omos (push) Successful in 1h11m3s
    Publish Docker Image / update-description (push) Successful in 15s

    joakimp released this 2026-04-29 15:27:38 +02:00 | 80 commits to main since this release

    Container-level rebuild on opencode 1.14.29.

    Drops the hand-rolled mempalace-mcp-server wrapper in favour of the
    'mempalace-mcp' console entry point that the mempalace package itself
    ships (uv installs it on PATH as a shim pointing at the venv Python).

    Fixes 'MCP error -32000: connection closed' seen by users whose
    custom opencode.json still had ['python3', '-m', 'mempalace.mcp_server']
    from the pre-uv-migration era.

    See CHANGELOG.md for details.

    Downloads