-
Notifications
You must be signed in to change notification settings - Fork 185
Open
Labels
priority/p0Critical and urgent e.g., critical security vulnerability, major breakageCritical and urgent e.g., critical security vulnerability, major breakage
Description
Description:
The action's ability to interact with GitHub via the Model Context Protocol (MCP) server is a critical and complex feature. We need dedicated integration tests to ensure that the action can correctly connect to the MCP server, use its tools (mcp__github__*), and perform actions against the GitHub API.
Testing Strategy:
- Create a dedicated workflow in a testing repository. This workflow should be triggered by an event like a new issue being created.
- Configure the workflow to use the
run-gemini-cliaction with themcpServersinput pointing to theghcr.io/github/github-mcp-serverimage. - Provide a prompt that requires the use of an MCP tool.
- Add a verification step to the workflow. This step will run after the action and use the standard GitHub API (e.g., via the
ghCLI) to verify that the expected action was performed (e.g., that the comment was actually added to the issue).
Metadata
Metadata
Assignees
Labels
priority/p0Critical and urgent e.g., critical security vulnerability, major breakageCritical and urgent e.g., critical security vulnerability, major breakage