docs: document always-on az and gh built-in CLIs in README - #1814
Draft
github-actions[bot] wants to merge 1 commit into
Draft
docs: document always-on az and gh built-in CLIs in README#1814github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Azure Pipelines: 2 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Open
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.
Summary
azandgh) that the agent's bash tool can use without anytools:opt-in — this is a core capability (host-detection + auto-mounting + auth wiring) that was already covered indocs/tools.mdand the site'stools.mdx, but was completely absent fromREADME.md, which is the first place human evaluators look for "what can the agent do out of the box."Changes
README.md: added a new "Built-in CLIs (always available)" subsection under MCP Servers, right before "Custom MCP Servers", summarizing:az— runtime detection/mounting behavior, the advisory-prompt gating, and the two auth paths (az devops *auto-authenticated vs. generalaz/ARM/Graph needing explicitaz login), with a pointer todocs/tools.md#azure-cli-azfor full detail.gh— shares the same read-onlyGITHUB_TOKENas the GitHub MCP integration.Accuracy checks
/usr/bin/az+/opt/azdetection,AW_AZ_MOUNTSvariable, conditional advisory prompt gated onAW_AZ_MOUNTS,az devops *auto-auth viapermissions.read,ghsharing the MCPGITHUB_TOKEN) were verified againstdocs/tools.md(the existing agent-facing reference for this feature, out of scope to edit here) and the site'stools.mdx, which already documents this identically.Validation
docs/tools.md#azure-cli-az), and consistent formatting with the surrounding section.Created by the docs-writer workflow.