chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user