Skip to content

install.ps1 (main) expects cbm-integrations.json in Windows zip, missing from v0.9.0 release #1509

Description

@brunoevc

install.ps1 on main validates the extracted Windows archive against this allowlist:

codebase-memory-mcp.exe, cbm-integrations.json, LICENSE, install.ps1, THIRD_PARTY_NOTICES.md

Running the installer against the current latest release (v0.9.0) fails:

error: unsafe or incomplete release archive: archive must contain exactly one cbm-integrations.json

Checked release assets via GitHub API (/repos/DeusData/codebase-memory-mcp/releases/latest) — top-level assets are per-platform archives + checksums/bundles/sbom.json, no standalone cbm-integrations.json. Extracting codebase-memory-mcp-windows-amd64.zip locally confirms the file is absent inside the archive too.

Looks like install.ps1 on main drifted ahead of what v0.9.0 actually ships. Repro:

curl -fsSL https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/install.ps1 -o install.ps1
powershell -ExecutionPolicy Bypass -File .\install.ps1

Windows, arch amd64.

Metadata

Metadata

Assignees

No one assigned

    Labels

    editor/integrationEditor compatibility and CLI integrationwindowsWindows-specific issues

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions