You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -63,7 +56,7 @@ internal sealed class ProjGraphTools(
63
56
IDiagramRenderer<ClassModel>classRenderer,
64
57
IDiagramRenderer<EfModel>erdRenderer)
65
58
{
66
-
[McpServerTool(Name="GetClassDiagram")]
59
+
[McpServerTool(Name="get_class_diagram")]
67
60
[Description(
68
61
"Generates a Mermaid class diagram for the types defined in a specific C# file, with options to discover inheritance and related types in the workspace.")]
69
62
publicasyncTask<string>GetClassDiagramAsync(
@@ -90,7 +83,7 @@ public async Task<string> GetClassDiagramAsync(
"Generates a Mermaid Entity Relationship Diagram (ERD) from an Entity Framework Core DbContext or ModelSnapshot file, including entities, properties, relationships, constraints, and inherited properties from base classes.")]
0 commit comments