Skip to content

Commit 93d086b

Browse files
authored
Merge pull request #17 from redhat-ai-tools/docs
Update docs to reflect new tool additions
2 parents d7cc5bd + 0f794c1 commit 93d086b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
44

55
## Project Overview
66

7-
This is a Model Context Protocol (MCP) server for ROSA HCP (Red Hat OpenShift Service on AWS using Hosted Control Planes) written in Go. It enables AI assistants to integrate with Red Hat Managed OpenShift services through 4 core tools: `whoami`, `get_clusters`, `get_cluster`, and `create_rosa_hcp_cluster`.
7+
This is a Model Context Protocol (MCP) server for ROSA HCP (Red Hat OpenShift Service on AWS using Hosted Control Planes) written in Go. It enables AI assistants to integrate with Red Hat Managed OpenShift services through 5 core tools: `whoami`, `get_clusters`, `get_cluster`, `create_rosa_hcp_cluster`, and `get_rosa_hcp_prerequisites_guide`.
88

99
## Build and Development Commands
1010

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A Model Context Protocol (MCP) server for ROSA HCP (Red Hat OpenShift Service on
44

55
## Features
66

7-
- **4 Core Tools**: `whoami`, `get_clusters`, `get_cluster`, `create_rosa_hcp_cluster`
7+
- **5 Core Tools**: `whoami`, `get_clusters`, `get_cluster`, `create_rosa_hcp_cluster`, `get_rosa_hcp_prerequisites_guide`
88
- **Dual Transport Support**: stdio and Server-Sent Events (SSE)
99
- **OCM API Integration**: Direct integration with OpenShift Cluster Manager
1010
- **Multi-Region Support**: Configurable AWS regions (default: us-east-1)
@@ -188,6 +188,15 @@ Provision a new ROSA HCP cluster with required AWS configuration.
188188
}
189189
```
190190

191+
### 5. get_rosa_hcp_prerequisites_guide
192+
Get the complete workflow prompt for ROSA HCP cluster installation prerequisites and setup.
193+
```json
194+
{
195+
"name": "get_rosa_hcp_prerequisites_guide",
196+
"description": "Get the complete workflow prompt for ROSA HCP cluster installation prerequisites and setup. Use this workflow to guide a user through the complete setup process for creating a ROSA HCP cluster."
197+
}
198+
```
199+
191200
## ROSA HCP Prerequisites
192201

193202
Before creating clusters, ensure you have:

0 commit comments

Comments
 (0)