-
Notifications
You must be signed in to change notification settings - Fork 1
rename agency_params → copilot_params, remove built-in MCP spawning, and update docs
#135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
jamesadevine
merged 11 commits into
main
from
copilot/remove-agency-mentions-from-ado-aw
Apr 8, 2026
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
a157012
Initial plan
Copilot 53e1e63
feat: rename agency_params to copilot_params and replace agency CLI r…
Copilot 5850571
feat: remove built-in MCP spawning via copilot mcp subcommand
Copilot f1c229a
feat: add COPILOT_CLI_VERSION to dependency version updater workflow
jamesadevine 4c81411
docs: remove agency-style built-in MCP references from AGENTS.md
Copilot ad38bc9
fix: remove --mcp flag generation from generate_copilot_params; Copil…
Copilot 1f280b2
Merge branch 'main' of https://github.com/githubnext/ado-aw
jamesadevine 6445034
Merge branch 'main' into copilot/remove-agency-mentions-from-ado-aw
jamesadevine ecc15f1
fix: restore builtin MCP --mcp flag generation in copilot params
jamesadevine b271dfc
fix: remove --mcp flag generation for builtin MCPs
jamesadevine 8496590
docs: update docs to reflect removal of --mcp flag generation
jamesadevine File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot Is this function used? copilot CLI does not have an mcp subcommand.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes,
generate_copilot_paramsis used — it's called from bothstandalone.rsandonees.rs. The specific thing it referenced that doesn't exist was--mcp <name>(the loop on lines 330–344 that re-enabled named MCPs). Removed that block in ad38bc9, along with thetest_copilot_params_builtin_mcp_added_with_mcp_flagtest and the--mcp <name>bullet from the AGENTS.md{{ copilot_params }}section.