[bot] Update Learning Hub: MCP config fixes, new CLI commands (v1.0.25–1.0.32)#1447
Draft
github-actions[bot] wants to merge 1 commit intostagedfrom
Draft
[bot] Update Learning Hub: MCP config fixes, new CLI commands (v1.0.25–1.0.32)#1447github-actions[bot] wants to merge 1 commit intostagedfrom
github-actions[bot] wants to merge 1 commit intostagedfrom
Conversation
- Fix outdated MCP config: remove .vscode/mcp.json and devcontainer.json as valid CLI config sources (removed in v1.0.22); CLI now only reads .mcp.json - Add MCP registry install section with copilot mcp install command (v1.0.21/1.0.25) - Add remote MCP server type field omission note (v1.0.29) - Add 'auto' model selection to Model Picker section (v1.0.32) - Add /ask command (v1.0.27), /env command (v1.0.25), /statusline command (v1.0.30) - Add document file attachment feature (v1.0.32) - Add short session ID prefix support for --resume (v1.0.32) - Add --connect flag for remote session by ID (v1.0.28/1.0.32) - Add --print-debug-info flag (v1.0.32) - Add --session-idle-timeout flag (v1.0.32) - Add copilot plugin marketplace update command to plugins page (v1.0.27) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
What's changed
This PR updates three Learning Hub pages to reflect recent Copilot CLI changes from v1.0.25–1.0.32 (April 13–17, 2026).
🔴 Outdated information fixed
understanding-mcp-servers.md.vscode/mcp.jsonanddevcontainer.jsonas valid CLI MCP config sources — these were removed in v1.0.22. The CLI now only reads.mcp.json..vscode/mcp.jsonis detected without.mcp.json..vscode/mcp.json..mcp.json.✨ New features documented
understanding-mcp-servers.mdcopilot mcp installwith guided configuration (v1.0.21/v1.0.25)typefield can be omitted and defaults tohttp(v1.0.29)copilot-configuration-basics.mdautomodel selection: let Copilot automatically pick the best model (v1.0.32)/askcommand: ask a quick question without affecting conversation history (v1.0.27)/envcommand: show loaded environment details — instructions, skills, MCP servers, agents, plugins (v1.0.25)/statuslinecommand: customise status bar items (v1.0.30)--resumeaccepts 7+ hex chars instead of the full ID (v1.0.32)--connectflag: connect directly to a remote session by ID (v1.0.28/v1.0.32)--print-debug-infoflag: display version, terminal capabilities, and environment info (v1.0.32)--session-idle-timeoutflag: configurable session idle timeout, disabled by default (v1.0.32)installing-and-using-plugins.mdcopilot plugin marketplace updatecommand to refresh plugin catalogs (v1.0.27)Source announcements
.vscode/mcp.jsonremoval)