Az SDK Tools MCP: Guidelines for CLI command grouping#12071
Merged
praveenkuttappan merged 9 commits intoOct 13, 2025
Conversation
samvaity
reviewed
Sep 15, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR introduces comprehensive CLI command guidelines for the Azure SDK Tools project, establishing a standardized command hierarchy and implementation patterns for both CLI and MCP (Model Context Protocol) server functionality.
- Adds structured guidelines for organizing CLI commands into six main categories (engsys, package, github, release-plan, typespec, tspclient)
- Provides detailed implementation requirements, coding patterns, and examples for creating new CLI tools
- Establishes namespace organization and command structure conventions
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| tools/azsdk-cli/docs/new-tool.md | Adds reference to CLI command hierarchy guidelines in the table of contents |
| tools/azsdk-cli/docs/cli-commands-guidelines.md | New comprehensive documentation defining command hierarchy, implementation patterns, and coding examples |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
raych1
reviewed
Sep 16, 2025
raych1
reviewed
Sep 16, 2025
benbp
reviewed
Sep 17, 2025
benbp
reviewed
Sep 17, 2025
benbp
reviewed
Sep 17, 2025
benbp
reviewed
Sep 17, 2025
benbp
reviewed
Sep 17, 2025
benbp
reviewed
Sep 17, 2025
benbp
reviewed
Sep 17, 2025
benbp
reviewed
Sep 17, 2025
maririos
reviewed
Sep 18, 2025
Co-authored-by: Mariana Rios Flores <mariari@microsoft.com>
maririos
reviewed
Sep 26, 2025
raych1
reviewed
Sep 26, 2025
maririos
approved these changes
Oct 2, 2025
Co-authored-by: Mariana Rios Flores <mariari@microsoft.com>
praveenkuttappan
commented
Oct 6, 2025
maririos
approved these changes
Oct 6, 2025
samvaity
reviewed
Oct 6, 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.
Initial draft for CLI command grouping and guidelines for any new CLI.