Files
wehub-resource-sync 41cb1c0170
OpenSSF Scorecard / scorecard (push) Failing after 0s
DCO / dco (push) Failing after 0s
CodeQL SAST / analyze (push) Failing after 1s
Deploy Pages / deploy (push) Failing after 1s
chore: import upstream snapshot with attribution
2026-07-13 12:28:05 +08:00

42 lines
922 B
JSON

{
"name": "codebase-memory-mcp",
"version": "0.8.1",
"description": "Fast code intelligence engine for AI coding agents — single static binary MCP server",
"mcpName": "io.github.DeusData/codebase-memory-mcp",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/DeusData/codebase-memory-mcp.git"
},
"homepage": "https://github.com/DeusData/codebase-memory-mcp",
"bugs": {
"url": "https://github.com/DeusData/codebase-memory-mcp/issues"
},
"keywords": [
"mcp",
"claude",
"code-intelligence",
"codebase",
"memory",
"ai",
"llm",
"tree-sitter"
],
"bin": {
"codebase-memory-mcp": "./bin.js"
},
"scripts": {
"postinstall": "node install.js"
},
"engines": {
"node": ">=18"
},
"os": ["linux", "darwin", "win32"],
"cpu": ["x64", "arm64"],
"files": [
"bin.js",
"install.js",
"README.md"
]
}