-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathplugin.json
More file actions
37 lines (37 loc) · 1.17 KB
/
plugin.json
File metadata and controls
37 lines (37 loc) · 1.17 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
{
"name": "gograph",
"display_name": "Gograph \u2014 Go Repository Intelligence",
"description": "AST-aware Go code analysis for AI agents. Provides 57 semantic query tools covering call graph traversal, blast radius analysis, interface resolution, type usage, architecture boundary enforcement, static policy checks, Mermaid architecture diagrams, error flow tracing, and workflow telemetry. Replaces grep-based file exploration with precise, token-efficient structural queries over your Go repository. Respects .gitignore and skips AI agent worktree directories automatically.",
"version": "1.4.74",
"author": "ozgurcd",
"repository": "https://github.com/ozgurcd/gograph",
"homepage": "https://github.com/ozgurcd/gograph",
"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",
"blast-radius",
"code-quality"
]
}