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/tools.go
+20-2Lines changed: 20 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,9 @@ func (s *Server) initTools() []server.ServerTool {
36
36
), Handler: s.handleGetCluster},
37
37
38
38
{Tool: mcp.NewTool("create_rosa_hcp_cluster",
39
-
mcp.WithDescription("Provision a new ROSA HCP cluster with required configuration"),
39
+
mcp.WithDescription(`Provision a new ROSA HCP cluster with basic configuration.
40
+
41
+
Use the workflow from the get_rosa_hcp_prerequisites_guide tool or prompt to guide a user through completing the necessary pre-requisite steps and collecting the required configuration values.`),
40
42
mcp.WithString("cluster_name", mcp.Description("Name for the cluster"), mcp.Required()),
mcp.WithDescription(`Get the complete workflow prompt for ROSA HCP cluster installation prerequisites and setup.
62
+
63
+
Use this workflow to guide a user through the complete setup process for creating a ROSA HCP (Red Hat OpenShift Service on AWS with Hosted Control Planes) cluster. using the create_rosa_hcp_cluster tool.`),
0 commit comments