返回 Skill 列表
extension
分类: 开发与工程无需 API Key

mcp-lightspeed-validator

验证Red Hat Lightspeed MCP服务器连接。当用户要求“验证Lightspeed MCP”、“检查Lightspeed连接”,或在其他技能需要在执行CVE操作前验证lightspeed-mcp可用性时使用。

person作者: jakexiaohubgithub

MCP Lightspeed Validator

Validates connectivity to the Red Hat Lightspeed MCP server by calling get_mcp_version.

When to Use This Skill

Use when validating Lightspeed MCP before CVE operations, troubleshooting connection issues, or when other skills (e.g. remediation) need to verify availability. Do NOT use for actual CVE queries—use cve-impact or cve-validation.

Workflow

  1. Test connectivity: Call get_mcp_version with no parameters.
  2. If it fails: Provide a comprehensive message with possible root causes (see below).
  3. Report: Output a table with validated servers and outcome (emojis).

Failure Message (Root Causes)

When the tool call fails, include:

❌ Lightspeed MCP connection failed

**Possible root causes:**
- **Credentials**: LIGHTSPEED_CLIENT_ID or LIGHTSPEED_CLIENT_SECRET not set or invalid
- **Expired credentials**: Red Hat Console tokens may have expired
- **Server not running**: MCP server/container may be stopped
- **Network**: Firewall or proxy blocking console.redhat.com
- **Configuration**: mcps.json misconfigured or server not registered

**Troubleshooting:**
1. Verify env vars: LIGHTSPEED_CLIENT_ID, LIGHTSPEED_CLIENT_SECRET (never echo values)
2. Check credentials at: https://console.redhat.com/settings/integrations
3. Restart MCP server or host after config changes
4. Check container logs if using podman/docker

Report Format

Always end with a table:

| Server | Outcome | |--------|---------| | lightspeed-mcp | ✅ PASSED | | lightspeed-mcp | ❌ FAILED |

Use ✅ for success, ❌ for failure, ⚠️ for partial (e.g. connected but error on tool).

Dependencies

Required MCP Servers

  • lightspeed-mcp - Red Hat Lightspeed vulnerability and inventory data

Required MCP Tools

  • get_mcp_version (from lightspeed-mcp gateway) - Connectivity test

Related Skills

  • /remediation - Requires Lightspeed MCP validation before CVE operations
  • /cve-validation, /cve-impact, /fleet-inventory - All require Lightspeed MCP

Reference Documentation