Instruction updates#60
Merged
chrisreddington merged 21 commits intogithub-samples:mainfrom Jul 14, 2025
Merged
Conversation
…oving complexity for token setup.
…ng issues. Update screenshot to align with recent UI updates.
…g to coding agent's work
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request updates documentation and configuration files to reflect recent changes in Visual Studio Code and GitHub Copilot capabilities. The primary focus is transitioning from local Docker-based MCP server setup to a remote HTTP-based configuration, simplifying authentication from personal access tokens to OAuth 2.0.
Key changes:
- Migrated MCP server configuration from local Docker setup to remote HTTP-based GitHub MCP server
- Updated instruction files to use relative file references for better portability
- Enhanced documentation with clearer guidance and additional troubleshooting notes
Reviewed Changes
Copilot reviewed 8 out of 23 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
.vscode/mcp.json |
Simplified MCP server configuration to use remote HTTP endpoint instead of local Docker |
.github/instructions/flask-endpoint.instructions.md |
Updated file references to use relative paths |
docs/0-prereqs.md |
Enhanced repository creation instructions with clearer guidance |
docs/1-copilot-coding-agent.md |
Added formatting improvements and additional context about MCP integration |
docs/2-mcp.md |
Major update replacing Docker-based setup with OAuth-authenticated remote server |
docs/3-custom-instructions.md |
Improved formatting, added troubleshooting note, and streamlined test workflow |
docs/4-copilot-agent-mode-vscode.md |
Minor formatting improvements and clarified pull request handling |
docs/5-reviewing-coding-agent.md |
Updated firewall messaging and added optional manual testing section |
GeekTrainer
requested changes
Jul 14, 2025
Collaborator
GeekTrainer
left a comment
There was a problem hiding this comment.
I'm about a 6/10 on feeling strongly about the suggested updates all up. Otherwise, 🚢
Co-authored-by: Christopher Harrison <geektrainer@github.com>
Co-authored-by: Christopher Harrison <geektrainer@github.com>
Co-authored-by: Christopher Harrison <geektrainer@github.com>
GeekTrainer
approved these changes
Jul 14, 2025
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.
This pull request introduces several updates across documentation and configuration files based on recent changes in Visual Studio Code and GitHub Copilot. There are also additions for clarity, image updates (where UI has evolved), and additional notes added throughout the docs.
Notably, this update:
Documentation Improvements
.github/instructions/flask-endpoint.instructions.mdanddocs/3-custom-instructions.md. [1] [2] [3]docs/1-copilot-coding-agent.md. [1] [2]docs/0-prereqs.mdanddocs/1-copilot-coding-agent.md. [1] [2]MCP Server Configuration
.vscode/mcp.jsonanddocs/2-mcp.md. This simplifies authentication by replacing a need for personal access tokens with OAuth 2.0. [1] [2]Miscellaneous Updates