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
Copy file name to clipboardExpand all lines: pkg/mcp/profile.go
-23Lines changed: 0 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -354,18 +354,6 @@ func (s *Server) initProxyConfigTools() []server.ServerTool {
354
354
),
355
355
Handler: s.getProxyStatus,
356
356
},
357
-
{
358
-
Tool: mcp.NewTool("get-istio-analyze",
359
-
mcp.WithDescription("Analyze Istio configuration and report potential issues, misconfigurations, and best practice violations. This tool runs 'istioctl analyze' to provide comprehensive analysis of your Istio service mesh configuration."),
360
-
mcp.WithString("namespace",
361
-
mcp.Description("Namespace to analyze (optional). If specified, analyzes only the specified namespace. If not provided, analyzes the entire cluster."),
0 commit comments