Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Azure/aks-mcp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.7
Choose a base ref
...
head repository: Azure/aks-mcp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.8
Choose a head ref
  • 12 commits
  • 28 files changed
  • 6 contributors

Commits on Aug 25, 2025

  1. remove: VMSS run-command tool for AKS policy compliance

    Remove VMSS run-command functionality that violates Azure support policies
    by enabling out-of-band VM manipulation outside AKS-supported paths.
    
    Changes:
    - Remove OpVMRunCommand and OpVMSSRunCommand operation types
    - Remove run-command from tool descriptions and examples
    - Remove run-command from access level validation and command mapping
    - Remove run-command test cases and error handling
    - Update documentation to remove run-command references
    feiskyer committed Aug 25, 2025
    Configuration menu
    Copy the full SHA
    cfa9f46 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. Merge pull request #189 from Azure/cleanup-vmss-runcmd

    remove: VMSS run-command tool for AKS policy compliance
    feiskyer authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    8c3c413 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. chore(deps): bump the all-gomod group with 3 updates

    Bumps the all-gomod group with 3 updates: [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery), [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) and [k8s.io/client-go](https://github.com/kubernetes/client-go).
    
    
    Updates `k8s.io/apimachinery` from 0.33.4 to 0.34.0
    - [Commits](kubernetes/apimachinery@v0.33.4...v0.34.0)
    
    Updates `k8s.io/cli-runtime` from 0.33.4 to 0.34.0
    - [Commits](kubernetes/cli-runtime@v0.33.4...v0.34.0)
    
    Updates `k8s.io/client-go` from 0.33.4 to 0.34.0
    - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
    - [Commits](kubernetes/client-go@v0.33.4...v0.34.0)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/apimachinery
      dependency-version: 0.34.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-gomod
    - dependency-name: k8s.io/cli-runtime
      dependency-version: 0.34.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-gomod
    - dependency-name: k8s.io/client-go
      dependency-version: 0.34.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-gomod
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    fefd38c View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2025

  1. Merge pull request #191 from Azure/dependabot/go_modules/all-gomod-34…

    …38f0b041
    
    chore(deps): bump the all-gomod group with 3 updates
    gossion authored Aug 29, 2025
    Configuration menu
    Copy the full SHA
    06ff670 View commit details
    Browse the repository at this point in the history
  2. chore: bump k8s tools and fix the tool list in README (#192)

    mcp-kubernetes bumped to support switching kubectl context.
    feiskyer authored Aug 29, 2025
    Configuration menu
    Copy the full SHA
    7561003 View commit details
    Browse the repository at this point in the history
  3. Fix README WSL guidance to prevent ENOENT errors (#193)

    - Replace ambiguous WSL note with clear guidance for two scenarios:
      * Windows host VS Code: Use "command": "wsl"
      * Remote-WSL (VS Code inside WSL): Use direct binary or bash wrapper
    - Add troubleshooting section for ENOENT errors
    - Prevent confusion that leads to spawn failures in Remote-WSL
    
    Fixes #190
    feiskyer authored Aug 29, 2025
    Configuration menu
    Copy the full SHA
    c800166 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

  1. chore: Add note for container_user (#194)

    Signed-off-by: Qasim Sarfraz <[email protected]>
    mqasimsarfraz authored Sep 1, 2025
    Configuration menu
    Copy the full SHA
    1b96870 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. chore(deps): bump the all-gomod group across 1 directory with 7 updat…

    …es (#196)
    
    Bumps the all-gomod group with 5 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [github.com/inspektor-gadget/inspektor-gadget](https://github.com/inspektor-gadget/inspektor-gadget) | `0.43.0` | `0.44.1` |
    | [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) | `0.38.0` | `0.39.1` |
    | [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.7` | `1.0.10` |
    | [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.37.0` | `1.38.0` |
    | [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) | `1.37.0` | `1.38.0` |
    
    
    
    Updates `github.com/inspektor-gadget/inspektor-gadget` from 0.43.0 to 0.44.1
    - [Release notes](https://github.com/inspektor-gadget/inspektor-gadget/releases)
    - [Commits](inspektor-gadget/inspektor-gadget@v0.43.0...v0.44.1)
    
    Updates `github.com/mark3labs/mcp-go` from 0.38.0 to 0.39.1
    - [Release notes](https://github.com/mark3labs/mcp-go/releases)
    - [Commits](mark3labs/mcp-go@v0.38.0...v0.39.1)
    
    Updates `github.com/spf13/pflag` from 1.0.7 to 1.0.10
    - [Release notes](https://github.com/spf13/pflag/releases)
    - [Commits](spf13/pflag@v1.0.7...v1.0.10)
    
    Updates `go.opentelemetry.io/otel` from 1.37.0 to 1.38.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.37.0...v1.38.0)
    
    Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.37.0 to 1.38.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.37.0...v1.38.0)
    
    Updates `go.opentelemetry.io/otel/sdk` from 1.37.0 to 1.38.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.37.0...v1.38.0)
    
    Updates `go.opentelemetry.io/otel/trace` from 1.37.0 to 1.38.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.37.0...v1.38.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/inspektor-gadget/inspektor-gadget
      dependency-version: 0.44.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-gomod
    - dependency-name: github.com/mark3labs/mcp-go
      dependency-version: 0.39.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-gomod
    - dependency-name: github.com/spf13/pflag
      dependency-version: 1.0.10
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-gomod
    - dependency-name: go.opentelemetry.io/otel
      dependency-version: 1.38.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-gomod
    - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
      dependency-version: 1.38.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-gomod
    - dependency-name: go.opentelemetry.io/otel/sdk
      dependency-version: 1.38.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-gomod
    - dependency-name: go.opentelemetry.io/otel/trace
      dependency-version: 1.38.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-gomod
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    f22002b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2025

  1. fix: ensure error messages are included in tool output (#198)

    * fix: ensure error messages are included in tool output
    
    * test: enrich unit test and improve coverage
    feiskyer authored Sep 5, 2025
    Configuration menu
    Copy the full SHA
    8ad3e53 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump actions/setup-go from 5 to 6 in the all-gomod group (

    …#201)
    
    Bumps the all-gomod group with 1 update: [actions/setup-go](https://github.com/actions/setup-go).
    
    
    Updates `actions/setup-go` from 5 to 6
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all-gomod
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2025
    Configuration menu
    Copy the full SHA
    e956862 View commit details
    Browse the repository at this point in the history
  3. Include hubble in additional tools (#200)

    * Include hubble in additional tools
    
    * update docs, adapter tests and validator
    SRodi authored Sep 5, 2025
    Configuration menu
    Copy the full SHA
    12c6f63 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. Feat: support oauth (#202)

    * support oauth
    
    * lint
    
    * avoid hard-coded port
    
    * address comments
    gossion authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    d425db7 View commit details
    Browse the repository at this point in the history
Loading