azure-cli-extensions icon indicating copy to clipboard operation
azure-cli-extensions copied to clipboard

[CLI as MCP] Integrate Script Insight MCP Features into CLI local MCP extension

Open zhoxing-ms opened this issue 4 months ago • 4 comments


The integration work is based on #9013 from @ReaNAiveD Integration code: https://github.com/Azure/azure-cli-extensions/pull/9154/commits/4299d8e249c932de246061a77ec68cecaf8fe83b

image

Result of what-if tool: image

Result of best-practices tool: image

Related command

General Guidelines

  • [ ] Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • [ ] Have you run python scripts/ci/test_index.py -q locally? (pip install wheel==0.30.0 required)
  • [ ] My extension version conforms to the Extension version schema

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update src/index.json automatically.
You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify src/index.json.

zhoxing-ms avatar Sep 11 '25 03:09 zhoxing-ms

Validation for Breaking Change Starting...

Thanks for your contribution!

Thank you for your contribution! We will review the pull request and get back to you soon.

yonzhan avatar Sep 11 '25 03:09 yonzhan

The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR.

Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). After that please run the following commands to enable git hooks:

pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>

github-actions[bot] avatar Sep 11 '25 03:09 github-actions[bot]

Hi @zhoxing-ms

:warning: Release Requirements

Module: mcp-server

  • :warning: Please update VERSION to be 1.0.0b1 in src/mcp-server/setup.py

Notes

github-actions[bot] avatar Sep 11 '25 03:09 github-actions[bot]