Skip to content

Commit 45aeb7e

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/setup-node-6
2 parents aef5328 + fe3532b commit 45aeb7e

7 files changed

Lines changed: 20 additions & 111 deletions

File tree

go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/gorilla/mux v1.8.1
2424
github.com/hashicorp/go-multierror v1.1.1
2525
github.com/jedib0t/go-pretty/v6 v6.7.8
26-
github.com/kagent-dev/kmcp v0.2.7
26+
github.com/kagent-dev/kmcp v0.2.8
2727
github.com/kagent-dev/mockllm v0.0.5
2828
github.com/modelcontextprotocol/go-sdk v1.4.1
2929
github.com/muesli/reflow v0.3.0

go/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8Hm
259259
github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y=
260260
github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=
261261
github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
262-
github.com/kagent-dev/kmcp v0.2.7 h1:aDPpsmJVYqigC0inZablon1ap7GDBi8R+KRqH3OFTM0=
263-
github.com/kagent-dev/kmcp v0.2.7/go.mod h1:g7wS/3m2wonRo/1DMwVoHxnilr/urPgV2hwV1DwkwrQ=
262+
github.com/kagent-dev/kmcp v0.2.8 h1:X03WYFUQsFLtMGZ1sFKUhtdNKaFmMytLK6EQUfmaEXM=
263+
github.com/kagent-dev/kmcp v0.2.8/go.mod h1:g7wS/3m2wonRo/1DMwVoHxnilr/urPgV2hwV1DwkwrQ=
264264
github.com/kagent-dev/mockllm v0.0.5 h1:mm9Ml3NH6/E/YKVMgMwWYMNsNGkDze6I6TC0ppHZAo8=
265265
github.com/kagent-dev/mockllm v0.0.5/go.mod h1:tDLemRsTZa1NdHaDbg3sgFk9cT1QWvMPlBtLVD6I2mA=
266266
github.com/klauspost/compress v1.18.2 h1:iiPHWW0YrcFgpBYhsA6D1+fqHssJscY/Tm/y2Uqnapk=

helm/kagent/Chart-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
repository: oci://ghcr.io/kagent-dev/kmcp/helm
1010
condition: kmcp.enabled
1111
- name: kagent-tools
12-
version: 0.1.2
12+
version: 0.1.3
1313
repository: oci://ghcr.io/kagent-dev/tools/helm
1414
condition: kagent-tools.enabled
1515
- name: grafana-mcp

python/uv.lock

Lines changed: 8 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/kind/setup-metallb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -o errexit
44
set -o pipefail
55
set -o nounset
66

7-
METALLB_VERSION=${METALLB_VERSION:-v0.13.7}
7+
METALLB_VERSION=${METALLB_VERSION:-v0.15.3}
88

99
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/${METALLB_VERSION}/config/manifests/metallb-native.yaml
1010

0 commit comments

Comments
 (0)