Note the need to authenticate to GH Container registry in README #622
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.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
When trying to get the local MCP server up & running, both the README.md file here in this repo, as well as the instructions in the announcement on the MS dev blog told me I simply needed to click the
Install in VS Codebutton and start the server, easy-peasy. However when following that path, I saw in the terminal output the MCP server system in VS Code was unable to pull the image, saying access was denied. I first thought the image had been mistakenly set to private and I was just going to pull it locally, then I saw this comment where someone noted they had to first authenticate with the GitHub Container registry in the terminal before being able to pull the image. I did so, and also found that I was able to pull the image and start the server after I did so.It's entirely possible I'm missing something, but given the lack of other discussion on that issue, I'm assuming this is just a nuance with the GH registry. We don't use the GH registry for our images so I'm not sure if this is the case or what. Either way, If this is the case, I would have been able to get up & running a lot more quickly had this been mentioned.
Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.