You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hands-on/gh-gallery-mcp.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ This exercise is a successor of the Polaroid image gallery exercise we use for o
20
20
21
21
## Prerequisites
22
22
23
-
Please create a fork of [this repository](https://github.com/jeffreygroneberg/ghcp-mcp) to your own GitHub account. This will allow you to make changes and experiment with the code without affecting the original repository.
23
+
Please create a fork of [this repository](https://github.com/jeffreygroneberg/ghcp-mcp) to your own GitHub account. After forking the repository Issues need to be [enabled](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-issues). This will allow you to make changes and experiment with the code without affecting the original repository.
24
24
25
25
Afterwards, you can clone that repository to your local machine or have it open in a GitHub Codespace.
26
26
@@ -63,7 +63,7 @@ After clicking on the tools button, you should see the following:
63
63
64
64
We will leverage the GitHub Copilot MCP server to create an issue in your repository. This issue will contain the requirements for the Polaroid image gallery based on the designer mockup.
65
65
66
-
Switch over to the GitHub Copilot Chat and drag the [img_gallery_prompt.jpg](../assets/images/gallery/img_gallery_prompt.jpg) file into the chat input panel. This will upload the image to the chat and allow the agent to analyze it. Be sure to use `Claude 3.7 Sonnet` or another reasoning model for this task (that is capable of dealing with images). A reasoning model is recommended to analyze the image and create an issue with the requirements.
66
+
Switch over to the GitHub Copilot Chat and drag the [crazy_mockup.png](https://github.com/jeffreygroneberg/ghcp-mcp/tree/main/html/mockup) (ghcp-mcp/html/mockup) file into the chat input panel. This will upload the image to the chat and allow the agent to analyze it. Be sure to use `Claude 3.7 Sonnet` or another reasoning model for this task (that is capable of dealing with images). A reasoning model is recommended to analyze the image and create an issue with the requirements.
67
67
68
68
Open the basic `index.html` file in an active tab, and use the following prompt to create the issue:
0 commit comments