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
3
3
go 1.23.5
4
4
5
5
require (
6
- github.com/mark3labs/mcp-go v0.8.3
6
+ github.com/mark3labs/mcp-go v0.8.4
7
7
github.com/spf13/afero v1.12.0
8
8
github.com/spf13/cobra v1.8.1
9
9
github.com/spf13/viper v1.19.0
@@ -16,11 +16,9 @@ require (
16
16
k8s.io/kubectl v0.32.1
17
17
sigs.k8s.io/controller-runtime v0.20.1
18
18
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250211091558-894df3a7e664
19
+ sigs.k8s.io/yaml v1.4.0
19
20
)
20
21
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
-
24
22
require (
25
23
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
26
24
github.com/MakeNowJust/heredoc v1.0.0 // indirect
@@ -97,5 +95,4 @@ require (
97
95
sigs.k8s.io/kustomize/api v0.18.0 // indirect
98
96
sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect
99
97
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
100
- sigs.k8s.io/yaml v1.4.0 // indirect
101
98
)
Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ github.com/magiconair/properties v1.8.7 h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0V
99
99
github.com/magiconair/properties v1.8.7 /go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0 =
100
100
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0 =
101
101
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 =
104
104
github.com/mitchellh/go-wordwrap v1.0.1 h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0 =
105
105
github.com/mitchellh/go-wordwrap v1.0.1 /go.mod h1:R62XHJLzvMFRBbcrT7m7WgmE1eOyTSsCt+hzestvNj0 =
106
106
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY =
You can’t perform that action at this time.
0 commit comments