repomix-mcp
Version:
MCP server for intelligent context gathering using repomix
47 lines (46 loc) • 985 B
JSON
{
"name": "repomix-mcp",
"version": "1.0.3",
"description": "MCP server for intelligent context gathering using repomix",
"type": "module",
"main": "build/index.js",
"bin": {
"repomix-mcp": "build/index.js"
},
"files": [
"build",
"README.md"
],
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
"start": "node build/index.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"repomix",
"context",
"ai",
"code-analysis",
"model-context-protocol"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.6.0",
"glob": "^11.0.1",
"repomix": "^0.2.24"
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/node": "^20.17.16",
"typescript": "^5.7.3"
},
"engines": {
"node": ">=16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lotarcc/repomix-mcp.git"
}
}