mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-09-16 23:43:12 +00:00
25 lines
784 B
JSON
25 lines
784 B
JSON
{
|
|
"name": "gitnexus",
|
|
"description": "Code intelligence powered by a knowledge graph. Provides execution flow tracing, blast radius analysis, and augmented search across your codebase.",
|
|
"version": "1.6.11-rc.18",
|
|
"skills": "./skills",
|
|
"mcpServers": "./.mcp.json",
|
|
"hooks": "./hooks/hooks.json",
|
|
"interface": {
|
|
"displayName": "GitNexus",
|
|
"category": "Developer Tools",
|
|
"capabilities": [
|
|
"code-exploration",
|
|
"impact-analysis",
|
|
"debugging",
|
|
"refactoring",
|
|
"code-review"
|
|
]
|
|
},
|
|
"author": {
|
|
"name": "GitNexus"
|
|
},
|
|
"homepage": "https://github.com/abhigyanpatwari/GitNexus",
|
|
"repository": "https://github.com/abhigyanpatwari/GitNexus",
|
|
"keywords": ["code-intelligence", "knowledge-graph", "mcp", "static-analysis"]
|
|
}
|