{ "version": "0.6.1", "description": "Fast code intelligence engine for AI coding agents — single static binary MCP server", "homepage": "https://github.com/DeusData/codebase-memory-mcp", "license": "MIT", "architecture": { "64bit": { "url": "https://github.com/DeusData/codebase-memory-mcp/releases/download/v0.6.1/codebase-memory-mcp-windows-amd64.zip", "hash": "e331f84f2ec760d179025b16b440b0f14282e83f2432318969dc69dde8ffffd0", "bin": "codebase-memory-mcp.exe" } }, "post_install": [ "& \"$dir\\codebase-memory-mcp.exe\" install -y 2>&1 | Out-Null" ], "checkver": { "github": "https://github.com/DeusData/codebase-memory-mcp" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/DeusData/codebase-memory-mcp/releases/download/v$version/codebase-memory-mcp-windows-amd64.zip", "hash": { "url": "https://github.com/DeusData/codebase-memory-mcp/releases/download/v$version/checksums.txt", "find": "([a-f0-9]{64})\\s+codebase-memory-mcp-windows-amd64\\.zip" } } } } }