-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathplugin.json
More file actions
38 lines (38 loc) · 1.02 KB
/
Copy pathplugin.json
File metadata and controls
38 lines (38 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "gograph",
"display_name": "Gograph \u2014 Go Repository Intelligence",
"description": "Local AST-aware Go repository analysis for coding agents. Provides 61 query, analysis, and workflow capabilities (65 MCP endpoints including session lifecycle) covering call graphs, impact, interfaces, type usage, security-flow candidates, architecture policies, diagrams, error flow, and local workflow telemetry.",
"version": "1.5.3",
"author": "ozgurcd",
"repository": "https://github.com/ozgurcd/gograph",
"homepage": "https://gograph.identuum.ai",
"license": "MIT",
"mcp": {
"command": "gograph",
"args": [
"mcp",
"."
],
"transport": "stdio"
},
"categories": [
"developer-tools",
"code-intelligence"
],
"keywords": [
"go",
"golang",
"ast",
"code-analysis",
"mcp",
"static-analysis",
"call-graph",
"architecture",
"architecture-diagram",
"mermaid",
"workflow-telemetry",
"security-flow",
"blast-radius",
"code-quality"
]
}