Skip to content

Commit e080233

Browse files
committed
Update server.json to v0.5.5, delete stale Go Makefile
- server.json: update version 0.3.1→0.5.5, 35→64 languages, SHA-256 hashes for current release binaries - Remove Go Makefile (Go→C migration complete since v0.5.0)
1 parent df58fc9 commit e080233

File tree

2 files changed

+12
-36
lines changed

2 files changed

+12
-36
lines changed

Makefile

Lines changed: 0 additions & 24 deletions
This file was deleted.

server.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,49 +2,49 @@
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
33
"name": "io.github.DeusData/codebase-memory-mcp",
44
"title": "Codebase Memory",
5-
"description": "Persistent codebase knowledge graph — 35 languages, sub-ms queries, 99% fewer tokens than grep. Survives session restarts and context compaction.",
5+
"description": "Persistent codebase knowledge graph — 64 languages, sub-ms queries, 99% fewer tokens than grep. Survives session restarts and context compaction.",
66
"repository": {
77
"url": "https://github.com/DeusData/codebase-memory-mcp",
88
"source": "github"
99
},
10-
"version": "0.3.1",
10+
"version": "0.5.5",
1111
"packages": [
1212
{
1313
"registryType": "mcpb",
14-
"identifier": "https://github.com/DeusData/codebase-memory-mcp/releases/download/v0.3.1/codebase-memory-mcp-darwin-arm64.tar.gz",
15-
"fileSha256": "501affa554696b36651e8e24c23d8b11b3ee51a3d2b18277413b14aa6a75e970",
14+
"identifier": "https://github.com/DeusData/codebase-memory-mcp/releases/download/v0.5.5/codebase-memory-mcp-darwin-arm64.tar.gz",
15+
"fileSha256": "ad90ed77de53a019ab7bc11e494a40c4ad777f60604b28834e63b9ec8ca79246",
1616
"transport": {
1717
"type": "stdio"
1818
}
1919
},
2020
{
2121
"registryType": "mcpb",
22-
"identifier": "https://github.com/DeusData/codebase-memory-mcp/releases/download/v0.3.1/codebase-memory-mcp-darwin-amd64.tar.gz",
23-
"fileSha256": "af90b12719784bdc887550f53d4d3fb84b2176ece28d4a1131f3f20d3a014726",
22+
"identifier": "https://github.com/DeusData/codebase-memory-mcp/releases/download/v0.5.5/codebase-memory-mcp-darwin-amd64.tar.gz",
23+
"fileSha256": "41934f0c1b3b91e73d9cfa84aa27346460ddb616b6c41ce37a4dd2dc408fe4b9",
2424
"transport": {
2525
"type": "stdio"
2626
}
2727
},
2828
{
2929
"registryType": "mcpb",
30-
"identifier": "https://github.com/DeusData/codebase-memory-mcp/releases/download/v0.3.1/codebase-memory-mcp-linux-amd64.tar.gz",
31-
"fileSha256": "9c1ed6e3b73401069aebcd99dc5d35fa182304336c5686791cdd62f5ddbc0159",
30+
"identifier": "https://github.com/DeusData/codebase-memory-mcp/releases/download/v0.5.5/codebase-memory-mcp-linux-amd64.tar.gz",
31+
"fileSha256": "7720482f6b8e661c8f6cb7eaafbb3a6182ecff5745e06a1da9e888db43868b62",
3232
"transport": {
3333
"type": "stdio"
3434
}
3535
},
3636
{
3737
"registryType": "mcpb",
38-
"identifier": "https://github.com/DeusData/codebase-memory-mcp/releases/download/v0.3.1/codebase-memory-mcp-linux-arm64.tar.gz",
39-
"fileSha256": "18b228405250d4aa735d22bd0d4fe829c014c60ce9ca1e3a1f92e06d333b0beb",
38+
"identifier": "https://github.com/DeusData/codebase-memory-mcp/releases/download/v0.5.5/codebase-memory-mcp-linux-arm64.tar.gz",
39+
"fileSha256": "7c947a9ae42b5324f10369c572f8961086b8a627ed68c9c4ebf07c2db8efa9d9",
4040
"transport": {
4141
"type": "stdio"
4242
}
4343
},
4444
{
4545
"registryType": "mcpb",
46-
"identifier": "https://github.com/DeusData/codebase-memory-mcp/releases/download/v0.3.1/codebase-memory-mcp-windows-amd64.zip",
47-
"fileSha256": "4f42b190acbe86d823519c82434b5ebf71cc52e34f831429d45097a9a7391ddf",
46+
"identifier": "https://github.com/DeusData/codebase-memory-mcp/releases/download/v0.5.5/codebase-memory-mcp-windows-amd64.zip",
47+
"fileSha256": "2024a3170daab3e58536fdef7a09be5ef6323af453dbf8f4c501a636ff061fa7",
4848
"transport": {
4949
"type": "stdio"
5050
}

0 commit comments

Comments
 (0)