Add daily GitHub remote MCP authentication test workflow#9249
Merged
Conversation
- Creates github-remote-mcp-auth-test.md workflow - Tests GitHub remote MCP server with issues: read permission - Lists 3 open issues to verify authentication - Creates issue via safe-outputs if authentication fails - Closes old test issues automatically (max 10) - Issues auto-expire after 7 days - Uses fuzzy daily scheduling Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add daily agentic workflow to test GitHub remote MCP
Add daily GitHub remote MCP authentication test workflow
Jan 7, 2026
Contributor
|
@copilot merge main, use copilot gpt-5-mini |
- Merged origin/main into copilot/add-daily-agentic-workflow - Added engine configuration with model: gpt-5-mini - Recompiled workflow with new model configuration Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Done! Merged main and configured the workflow to use gpt-5-mini model in commit f6e5503. Changes:
The workflow now uses the gpt-5-mini model for daily GitHub remote MCP authentication testing. |
Contributor
|
@copilot use create-discussion instead of create-issue |
- Replaced create-issue with create-discussion in audits category - Added close-older-discussions: true for automatic cleanup - Removed close-issue safe output (no longer needed) - Updated permissions to include discussions: read - Added discussions toolset to GitHub MCP configuration - Updated prompt to reference discussions instead of issues - Recompiled workflow with new configuration Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Done! Changed to use create-discussion instead of create-issue in commit aab0c18. Changes:
The workflow now creates discussions instead of issues for test failures, making results better organized in the audits category. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements daily automated testing of GitHub remote MCP server authentication with the GitHub Actions token. Validates the remote MCP can successfully access the GitHub API using workflow permissions.
Implementation
.github/workflows/github-remote-mcp-auth-test.mdmode: remotewith minimal[repos, issues, discussions]toolsetsissues: readanddiscussions: readpermissionsgpt-5-minimodel for efficient testingFailure Handling
safe-outputs.create-discussionon authentication failures[auth-test]close-older-discussions: trueConfiguration
Passes strict mode validation. Manual trigger available via
workflow_dispatch.Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.