File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/manusa/kubernetes-mcp-server
33go 1.23.5
44
55require (
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-
2422require (
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)
Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ github.com/magiconair/properties v1.8.7 h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0V
9999github.com/magiconair/properties v1.8.7 /go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0 =
100100github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0 =
101101github.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 =
104104github.com/mitchellh/go-wordwrap v1.0.1 h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0 =
105105github.com/mitchellh/go-wordwrap v1.0.1 /go.mod h1:R62XHJLzvMFRBbcrT7m7WgmE1eOyTSsCt+hzestvNj0 =
106106github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY =
You can’t perform that action at this time.
0 commit comments