Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the BRK442 session delivery materials for a February refresh, shifting the demo flow to be Codespaces-first, introducing Copilot CLI delegation, and consolidating MCP/custom-agent content into fewer demos.
Changes:
- Reworked demo sequencing and setup guidance to run fully in a Codespace (no local VS Code requirement).
- Added a repo-level MCP server configuration (
.vscode/mcp.json) and ensured it’s committed. - Consolidated/removed standalone docs for MCP install + separate “add tests” demo, and updated demo scripts accordingly.
Reviewed changes
Copilot reviewed 7 out of 10 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| session-delivery-resources/05-app-mod/app-mod.md | Adds updated App Modernization demo instructions (recorded delivery). |
| session-delivery-resources/05-add-mcp-server/add-mcp.md | Removes standalone “install MCP server locally” demo doc. |
| session-delivery-resources/04-db-migration/add-sqldb.md | Adds updated SQLite demo instructions (recorded delivery + agent prompt). |
| session-delivery-resources/04-custom-agent-add-tests/custom-agent-add-tests.md | Removes standalone “add tests with custom agent” demo doc. |
| session-delivery-resources/03-custom-test-agent/custom-test-agent.md | Updates custom test-agent demo steps and agent file content snippet. |
| session-delivery-resources/01-cloud-agent-assign-task/cloud-agent-assign.md | Updates Demo 1 to use Copilot CLI for plan + delegate. |
| session-delivery-resources/00-setup/demo-setup.md | Refreshes end-to-end setup + renumbers demos to match new flow. |
| .vscode/mcp.json | Adds Microsoft Learn MCP server config in workspace settings. |
| .gitignore | Ensures .vscode/mcp.json is not ignored. |
| .devcontainer/devcontainer.json | Enables extension tools + auto-update settings inside the devcontainer. |
Comments suppressed due to low confidence (4)
session-delivery-resources/00-setup/demo-setup.md:146
- Typo: “gloablly” should be “globally”.
- **MCP Server Issues:** Ensure proper installation of MCP Servers (workspace vs gloablly)
session-delivery-resources/03-custom-test-agent/custom-test-agent.md:37
- The instructions say to “use the following file contents” for the custom agent, but only the YAML header is inside the fenced code block and the rest of the intended content appears outside it. Consider wrapping the entire agent file content in a single code block (or clearly separating what should be copied vs what is explanatory) to prevent incomplete copy/paste.
session-delivery-resources/00-setup/demo-setup.md:20 - Typo: “recomend” should be “recommend”.
We strongly recomend you use a Codespace for the demos as this provides a consistent environment for delivery. If you choose to run the demos locally, please ensure your local environment matches the requirements outlined below.
session-delivery-resources/00-setup/demo-setup.md:23
- Typos/wording: “Extentions pannel” should be “Extensions panel”, and “mcp” should be capitalized as “MCP” for consistency.
- [ ] **Enable MCP Extensions in the Extentions pannel** This allows you to use the mcp server configurations
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
session-delivery-resources/01-cloud-agent-assign-task/cloud-agent-assign.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
session-delivery-resources/01-cloud-agent-assign-task/cloud-agent-assign.md
Show resolved
Hide resolved
Collaborator
juliamuiruri4
left a comment
There was a problem hiding this comment.
Looks good. I've left 2 comments which you can review and let me know what you think
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.
Feb refresh