Skip to content

Fixed RedHat Developer MCPs servers version#93

Merged
r2dedios merged 1 commit into
RHEcosystemAppEng:mainfrom
r2dedios:hotfix/rh-developer-wrong-mcp-server-version
May 8, 2026
Merged

Fixed RedHat Developer MCPs servers version#93
r2dedios merged 1 commit into
RHEcosystemAppEng:mainfrom
r2dedios:hotfix/rh-developer-wrong-mcp-server-version

Conversation

@r2dedios

@r2dedios r2dedios commented May 8, 2026

Copy link
Copy Markdown
Contributor

Summary

This PR fixes the deployment of the Openshift MCP server and fixes the versions of every MCP in this package using static version tags or SHA code to avoid undesired container image version changes

Pack(s) affected

  • rh-sre
  • rh-developer
  • ocp-admin
  • rh-virt
  • rh-ai-engineer
  • Other / repo-wide

Change type

  • New skill
  • New agent
  • New pack
  • Update existing skill / agent
  • MCP server config (mcps.json)
  • Docs / README
  • CI / tooling

CLAUDE.md compliance

  • Agents orchestrate skills; no direct MCP/tool calls in agents
  • Skills are single-purpose task executors
  • Skills encapsulate all tool access (MCP tools invoked only inside skills)
  • Document consultation: file is read with the Read tool, then declared to the user
  • No credentials hardcoded; env vars used via ${VAR} references
  • Human-in-the-loop confirmation added for any destructive or critical operations

Validation

  • make validate passes locally
  • New/changed skills have valid YAML frontmatter (name, description)
  • New/changed agents have valid YAML frontmatter (name, description)

Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
@r2dedios r2dedios self-assigned this May 8, 2026
@r2dedios r2dedios added the bug Something isn't working label May 8, 2026
@r2dedios r2dedios requested a review from dmartinol May 8, 2026 13:53
@r2dedios r2dedios merged commit 6de1e31 into RHEcosystemAppEng:main May 8, 2026
2 checks passed
jordigilh added a commit to jordigilh/agentic-collections that referenced this pull request May 8, 2026
…erver

Tested against the pinned openshift-mcp-server image from PR RHEcosystemAppEng#93.
Corrected tool names to match the actual MCP tool registry:
- pod_list → pods_list / pods_list_in_namespace
- pod_logs → pods_log
- get_metric_names, get_metric_metadata, get_series → removed (not available)
- query → prometheus_query
- Added prometheus_query_range and alertmanager_alerts
- Corrected observability from separate MCP server to openshift toolset

Co-authored-by: Cursor <cursoragent@cursor.com>
jordigilh added a commit to jordigilh/agentic-collections that referenced this pull request May 8, 2026
Tested against the pinned openshift-mcp-server image from PR RHEcosystemAppEng#93.
Corrected tool names to match the actual MCP tool registry:
- pod_list → pods_list / pods_list_in_namespace
- pod_logs → pods_log

Co-authored-by: Cursor <cursoragent@cursor.com>
jordigilh added a commit to jordigilh/agentic-collections that referenced this pull request May 11, 2026
Tested against the pinned openshift-mcp-server image from PR RHEcosystemAppEng#93.
Corrected tool names to match the actual MCP tool registry:
- pod_list → pods_list / pods_list_in_namespace
- pod_logs → pods_log

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants