-
Notifications
You must be signed in to change notification settings - Fork 3.6k
docs: add GitHub MCP Continue cookbook guide #8092
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Added new GitHub MCP cookbook guide to documentation - Updated docs.json to include new guide in navigation - Added reference to GitHub MCP cookbook in overview page - Guide demonstrates using GitHub MCP to work with issues and PRs Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]>
- Corrected GitHub MCP package name from github_mcp to github-mcp - Fixed Continue Hub URL to use correct package naming - Updated CLI command to use correct package name - Improved formatting for conclusion checklist items Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]>
✅ Review Complete Likely cause: Expired CONTINUE_API_KEY or missing continuedev/review-bot assistant 📋 View workflow logs for details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 issues found across 3 files
Prompt for AI agents (all 2 issues)
Understand the root cause of the following 2 issues and fix them.
<file name="docs/guides/github-mcp-continue-cookbook.mdx">
<violation number="1" location="docs/guides/github-mcp-continue-cookbook.mdx:24">
`repo:read` is not a valid GitHub token scope; users following this guide cannot generate the necessary token. Please update the recommendation to a supported scope.</violation>
<violation number="2" location="docs/guides/github-mcp-continue-cookbook.mdx:90">
The manual setup snippet still references `github_mcp`, but the executable was renamed to `github-mcp`. Update the argument so the sample configuration runs correctly.</violation>
</file>
React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai
to give feedback, ask questions, or re-run the review.
Resolved conflict in docs.json by keeping both cookbook entries
- Change command from uvx to npx - Update args to use proper package name @modelcontextprotocol/server-github - Add -y flag for automatic installation - Update Node.js requirement from 18+ to 22+ Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]>
Summary
This PR adds a new cookbook guide for using the GitHub MCP (Model Context Protocol) with Continue to automate GitHub workflows.
Changes
What the guide covers
The guide demonstrates how to:
Documentation
The new guide provides both quick start and manual setup paths, with practical examples for common GitHub workflow automation tasks.
Generated with Continue
Co-Authored-By: Continue [email protected]
Summary by cubic
Adds a new GitHub MCP + Continue cookbook guide to streamline issue and PR workflows. Also updates navigation and fixes the GitHub MCP package name.
New Features
Bug Fixes