Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ocp-admin/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ After completing a skill, suggest relevant next-step skills to the user.

## MCP Servers

Three MCP servers are available. Skills manage these automatically — do not call their tools directly.
Three MCP servers may be available in local runtimes. Skills manage these automatically — do not call their tools directly.

- **openshift-self-managed** (Required for cluster-creator, cluster-inventory) — Assisted Installer API for self-managed cluster lifecycle (OCP, SNO). Requires OFFLINE_TOKEN from https://cloud.redhat.com/openshift/token.
- **openshift-ocm-managed** (Required for cluster-inventory) — OpenShift Cluster Manager API for managed service clusters (ROSA, ARO, OSD). Requires OFFLINE_TOKEN.
Expand Down
2 changes: 1 addition & 1 deletion rh-ai-engineer/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ After completing a skill, suggest relevant next-step skills to the user.

## MCP Servers

Three MCP servers are available. Skills manage these automatically — do not call their tools directly.
Three MCP servers may be available in local runtimes. Skills manage these automatically — do not call their tools directly.

- **openshift** (Required) — Kubernetes resource CRUD, pod logs, events. The reliable foundation.
- **rhoai** (Preferred) — RHOAI-specific convenience tools. May return auth errors; skills fall back to openshift automatically.
Expand Down
4 changes: 2 additions & 2 deletions rh-automation/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ After completing a skill, suggest relevant next-step skills (for example, after

## MCP Servers

Six HTTP MCP servers are configured for this pack. Skills wrap these — do not call their tools directly.
Six HTTP MCP servers may be available in local runtimes. Skills wrap these — do not call their tools directly.

- **aap-mcp-job-management** (Required for jobs and execution) — Job templates, launches, events, statuses, workflows, approvals.
- **aap-mcp-inventory-management** (Required for inventory-scoped work) — Inventories, hosts, groups, host facts (`ansible_facts`).
Expand All @@ -55,7 +55,7 @@ Six HTTP MCP servers are configured for this pack. Skills wrap these — do not
- **aap-mcp-system-monitoring** (Required for full governance readiness) — Instance groups, activity stream, mesh topology, platform status.
- **aap-mcp-user-management** (Required for full governance readiness) — Users, teams, organizations, roles, RBAC.

Environment variables `AAP_MCP_SERVER` and `AAP_API_TOKEN` are defined in `mcps.json` using `${...}` placeholders only; never expose secret values in chat output.
Environment variables `AAP_MCP_SERVER` and `AAP_API_TOKEN` should be configured with `${...}` placeholders only; never expose secret values in chat output.

## Global Rules

Expand Down
2 changes: 1 addition & 1 deletion rh-basic/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If the request doesn't clearly match one skill, ask the user to clarify.

## MCP Servers

One MCP server is configured for this pack. Skills wrap it — do not call its tools directly.
One MCP server may be available in local runtimes. Skills wrap it — do not call its tools directly.

- **red-hat-security** — Red Hat Security API: CVE metadata, advisories, and errata data. Uses Red Hat Customer Portal browser SSO — no credentials or env vars required.

Expand Down
2 changes: 1 addition & 1 deletion rh-developer/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ After completing a skill, suggest relevant next-step skills to the user.

## MCP Servers

Five MCP servers are available. Skills manage these automatically — do not call their tools directly.
Five MCP servers may be available in local runtimes. Skills manage these automatically — do not call their tools directly.

- **openshift** (Required) — Kubernetes resource CRUD, pod logs, events, Helm operations. The reliable foundation.
- **observability** (Required) — Prometheus metric discovery, metadata, series, and PromQL queries. Used by `/incident-triage` for trend analysis and saturation detection.
Expand Down
4 changes: 2 additions & 2 deletions rh-sre/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ After completing a skill, suggest relevant next-step skills (for example, after

## MCP Servers

Three MCP server families are configured for this pack. Skills wrap these — do not call their tools directly.
Three MCP server families may be available in local runtimes. Skills wrap these — do not call their tools directly.

- **lightspeed-mcp** (Required for CVE/inventory skills) — Red Hat Lightspeed: CVE data, affected systems, inventory, playbook generation entrypoints used by skills.
- **aap-mcp-job-management** (Required for execution paths) — AAP job templates, projects, job runs.
- **aap-mcp-inventory-management** (Required for execution paths) — AAP inventories and hosts.

Environment variables are defined in `mcps.json` using `${...}` placeholders only; never expose secret values in chat output.
Environment variables should be configured with `${...}` placeholders only; never expose secret values in chat output.

## Global Rules

Expand Down
2 changes: 1 addition & 1 deletion rh-virt/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ After completing a skill, suggest relevant next-step skills to the user.

## MCP Servers

One MCP server is available. Skills manage it automatically — do not call its tools directly.
One MCP server may be available in local runtimes. Skills manage it automatically — do not call its tools directly.

- **openshift-virtualization** (Required) — KubeVirt operations for VM management. Uses OpenShift/Kubernetes API via KUBECONFIG. Requires cluster with OpenShift Virtualization operator installed (>= 4.19).

Expand Down
Loading