File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
1414 github.com/gorilla/mux v1.8.1
1515 github.com/hashicorp/go-multierror v1.1.1
1616 github.com/jedib0t/go-pretty/v6 v6.6.8
17- github.com/kagent-dev/kmcp v0.1.8
17+ github.com/kagent-dev/kmcp v0.2.2
1818 github.com/kagent-dev/mockllm v0.0.2
1919 github.com/mark3labs/mcp-go v0.40.0
2020 github.com/muesli/reflow v0.3.0
Original file line number Diff line number Diff line change @@ -163,8 +163,8 @@ github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8Hm
163163github.com/josharian/intern v1.0.0 /go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y =
164164github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM =
165165github.com/json-iterator/go v1.1.12 /go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo =
166- github.com/kagent-dev/kmcp v0.1.8 h1:Ed/MSX0WDTB7jLVDPIjIvEGWmscEDHzixeS/5k+CfR8 =
167- github.com/kagent-dev/kmcp v0.1.8 /go.mod h1:aPwM1QtoAackdbQqLrPaNSSg/KZa0fFjbTJyOZFJNK8 =
166+ github.com/kagent-dev/kmcp v0.2.2 h1:uvbKmo9IT6OT9RBNXYwGX0PWyxBLfAW1F9yWd5/wxaI =
167+ github.com/kagent-dev/kmcp v0.2.2 /go.mod h1:g7wS/3m2wonRo/1DMwVoHxnilr/urPgV2hwV1DwkwrQ =
168168github.com/kagent-dev/mockllm v0.0.2 h1:xtzXJAacsePYzmzWATxBfd4/AN3Xp27BiGVBPygnl1I =
169169github.com/kagent-dev/mockllm v0.0.2 /go.mod h1:AfO/c+hIYRvO50YfXoYTFcjbiwXxzYFc/efsTcFpoLU =
170170github.com/kisielk/errcheck v1.5.0 /go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8 =
Original file line number Diff line number Diff line change @@ -453,7 +453,6 @@ func Start(getExtensionConfig GetExtensionConfig) {
453453 }
454454 }
455455
456- //nolint:govet
457456 if webhookCertWatcher != nil {
458457 setupLog .Info ("Adding webhook certificate watcher to manager" )
459458 if err := mgr .Add (webhookCertWatcher ); err != nil {
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ kmcp:
202202 fullnameOverride : " " # Override if desired
203203 namespaceOverride : " " # Override if desired (in conjunction with fullnameOverride to drop the `kagent-` prefix if you want)
204204 image :
205- tag : " 0.1.9 " # Required until https://github.com/kagent-dev/kmcp/issues/74 is resolved
205+ tag : " 0.2.2 " # Required until https://github.com/kagent-dev/kmcp/issues/74 is resolved
206206 # See https://github.com/kagent-dev/kmcp/blob/main/helm/kmcp/values.yaml for chart values
207207
208208# ==============================================================================
You can’t perform that action at this time.
0 commit comments