Files
deusdata--codebase-memory-mcp/pkg/scoop/codebase-memory-mcp.json
Martin Vogel 83eb998c2e Point package-manager manifests at v0.8.1
Homebrew formula, AUR PKGBUILD/.SRCINFO, Scoop, Winget (new 0.8.1
manifest folder), and Chocolatey all move from 0.6.1 to the current
release with refreshed checksums.
2026-06-12 09:57:59 +02:00

31 lines
1.1 KiB
JSON

{
"version": "0.8.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.8.1/codebase-memory-mcp-windows-amd64.zip",
"hash": "a602ad090ed3f49d86c55472f73f27ad7055222806a82358f2e08513e027f00f",
"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"
}
}
}
}
}