diff --git a/Integrate-MCP-with-Copilot/README.md b/Integrate-MCP-with-Copilot/README.md new file mode 100644 index 0000000..4808771 --- /dev/null +++ b/Integrate-MCP-with-Copilot/README.md @@ -0,0 +1,48 @@ +# Integrate MCP with GitHub Copilot + +_Learn how to give GitHub Copilot more tools to expand the capabilities of your development workflow. All in less than an hour!_ + +## Welcome + +- **Who is this for**: Developers looking to enhance their AI-assisted workflows, GitHub Copilot users, and AI enthusiasts. +- **What you'll learn**: We'll introduce MCP basics, a GitHub MCP server setup, and integration with Copilot Agent Mode. +- **What you'll build**: A mixed development workflow that uses GitHub Copilot to manage issues while upgrading the extracurricular activities website for Mergington High School. +- **Prerequisites**: [Getting Started with Copilot](https://github.com/skills/getting-started-with-github-copilot) Exercise +- **How long**: This exercise takes less than one hour to complete. + +In this exercise, you will: + +1. Integrate a GitHub MCP server with GitHub Copilot. +2. Delegate Copilot to research similar projects and open issues. +3. Ask Copilot to find an important issue and implement it from idea to pull request. +4. Add comments to a recently closed issue. + +### How to start this exercise + +> [!IMPORTANT] +> This exercise assumes basic knowledge of [GitHub Copilot](https://github.com/features/copilot). If you are unfamiliar, we recommend the [Getting Started with Copilot](https://github.com/skills/getting-started-with-github-copilot) exercise. + +Simply copy the exercise to your account, then give your favorite Octocat (Mona) **about 20 seconds** to prepare the first lesson, then **refresh the page**. + +[![](https://img.shields.io/badge/Copy%20Exercise-%E2%86%92-1f883d?style=for-the-badge&logo=github&labelColor=197935)](https://github.com/new?template_owner=skills&template_name=integrate-mcp-with-copilot&owner=%40me&name=skills-integrate-mcp-with-copilot&description=Exercise:+Integrate+Model+Context+Protocol+with+GitHub+Copilot&visibility=public) + +
+Having trouble? 🤷
+ +When copying the exercise, we recommend the following settings: + +- For owner, choose your personal account or an organization to host the repository. + +- We recommend creating a public repository, since private repositories will use Actions minutes. + +If the exercise isn't ready in 20 seconds, please check the [Actions](../../actions) tab. + +- Check to see if a job is running. Sometimes it simply takes a bit longer. + +- If the page shows a failed job, please submit an issue. Nice, you found a bug! 🐛 + +
+ +--- + +© 2025 GitHub • [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) • [MIT License](https://gh.io/mit) diff --git a/README.md b/README.md index c19e049..9ac159e 100644 --- a/README.md +++ b/README.md @@ -39,20 +39,21 @@ Here are ways you can contribute to this course: ## 🗃️ Lessons -# Beginner +# Beginner | Lesson Link | Concepts Taught | Learning Goal | | :------------------------------------: | :---------------------------------------------------------: | ----------------------------------------------------------- | | [Getting Started with GitHub Copilot](./Getting-Started-with-GitHub-Copilot) | GitHub Copilot is an AI coding assistant that can help you write code faster and with less effort, allowing you to focus more energy on problem solving and collaboration. | In this exercise, you'll unlock the potential of this AI-powered coding assistant to accelerate your development process. | -# Intermediate +# Intermediate | Lesson Link | Concepts Taught | Learning Goal | | :------------------------------------: | :---------------------------------------------------------: | ----------------------------------------------------------- | +| [Integrate MCP with GitHub Copilot](./Integrate-MCP-with-Copilot) | Use Model Context Protocol (MCP) to expand GitHub Copilot's capabilities and enhance your development workflow. | Integrate a GitHub MCP server with GitHub Copilot. Delegate tasks to Copilot from issue research to pull request implementation. Build a mixed development workflow using GitHub Copilot for project management. | | [Using GitHub Copilot with JavaScript](./Using-GitHub-Copilot-with-JavaScript) | Use GitHub Copilot, an AI pair programmer that offers autocomplete-style suggestions as you code, to work with JavaScript. | Enable the GitHub Copilot extension in Visual Studio Code. Craft prompts that can generate useful suggestions from GitHub Copilot. Use GitHub Copilot to improve a JavaScript project. | | [Using GitHub Copilot with Python](./Using-GitHub-Copilot-with-Python) | Use GitHub Copilot, an AI pair programmer that offers autocomplete-style suggestions as you code, to work with Python. | Enable the GitHub Copilot extension in Visual Studio Code. Craft prompts that can generate useful suggestions from GitHub Copilot. Use GitHub Copilot to improve a Python project. | | [Using GitHub Copilot with C#](./Using-GitHub-Copilot-with-CSharp) | Use GitHub Copilot, an AI pair programmer that offers autocomplete-style suggestions as you code, to work with C#. | Enable the GitHub Copilot extension in Visual Studio Code. Craft prompts that can generate useful suggestions from GitHub Copilot. Use GitHub Copilot to improve a C# Minimal API project. | | [Creating a Mini Game with GitHub Copilot](./Creating-Mini-Game-with-GitHub-Copilot) | Use GitHub Copilot to assist you in building a Python-based mini game. | Craft prompts that can generate useful suggestions from GitHub Copilot to incorporate gaming logic and improve your Python-based game. | -# Advanced +# Advanced | Lesson Link | Concepts Taught | Learning Goal | | :------------------------------------: | :---------------------------------------------------------: | ----------------------------------------------------------- | | [Using Advanced GitHub Copilot Features](./Using-Advanced-GitHub-Copilot-Features) | Use advanced GitHub Copilot features like inline chat, slash commands, and agents. | Interact with GitHub Copilot with deeper context on your project and ask questions about it. |