Skip to content

Commit 5af6c3b

Browse files
committed
deps: bump github.com/mark3labs/mcp-go from v0.8.3 to v0.8.4
1 parent 9ad87d3 commit 5af6c3b

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

go.mod

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/manusa/kubernetes-mcp-server
33
go 1.23.5
44

55
require (
6-
github.com/mark3labs/mcp-go v0.8.3
6+
github.com/mark3labs/mcp-go v0.8.4
77
github.com/spf13/afero v1.12.0
88
github.com/spf13/cobra v1.8.1
99
github.com/spf13/viper v1.19.0
@@ -16,11 +16,9 @@ require (
1616
k8s.io/kubectl v0.32.1
1717
sigs.k8s.io/controller-runtime v0.20.1
1818
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250211091558-894df3a7e664
19+
sigs.k8s.io/yaml v1.4.0
1920
)
2021

21-
// TODO: Remove once https://github.com/mark3labs/mcp-go/pull/18 is merged
22-
replace github.com/mark3labs/mcp-go => github.com/marcnuri-forks/mcp-go v0.0.0-20250213043348-ce583581e6be
23-
2422
require (
2523
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
2624
github.com/MakeNowJust/heredoc v1.0.0 // indirect
@@ -97,5 +95,4 @@ require (
9795
sigs.k8s.io/kustomize/api v0.18.0 // indirect
9896
sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect
9997
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
100-
sigs.k8s.io/yaml v1.4.0 // indirect
10198
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ github.com/magiconair/properties v1.8.7 h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0V
9999
github.com/magiconair/properties v1.8.7/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0=
100100
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
101101
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
102-
github.com/marcnuri-forks/mcp-go v0.0.0-20250213043348-ce583581e6be h1:CZb4WEZAFCob2RAELPW0oUG8fLksdwqoUuU2k4ST/GU=
103-
github.com/marcnuri-forks/mcp-go v0.0.0-20250213043348-ce583581e6be/go.mod h1:cjMlBU0cv/cj9kjlgmRhoJ5JREdS7YX83xeIG9Ko/jE=
102+
github.com/mark3labs/mcp-go v0.8.4 h1:/VxjJ0+4oN2eYLuAgVzixrYNfrmwJnV38EfPIX3VbPE=
103+
github.com/mark3labs/mcp-go v0.8.4/go.mod h1:cjMlBU0cv/cj9kjlgmRhoJ5JREdS7YX83xeIG9Ko/jE=
104104
github.com/mitchellh/go-wordwrap v1.0.1 h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0=
105105
github.com/mitchellh/go-wordwrap v1.0.1/go.mod h1:R62XHJLzvMFRBbcrT7m7WgmE1eOyTSsCt+hzestvNj0=
106106
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=

0 commit comments

Comments
 (0)