Skip to content

Commit 9926f0f

Browse files
committed
Bump mark3labs/mcp-go to v0.35.0
Signed-off-by: David Gageot <[email protected]>
1 parent f992a5d commit 9926f0f

File tree

19 files changed

+220
-56
lines changed

19 files changed

+220
-56
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/docker/mcp-gateway
22

33
go 1.24.4
44

5-
replace github.com/mark3labs/mcp-go => github.com/dgageot/mcp-go v0.0.0-20250722183054-a47b9759c387
5+
replace github.com/mark3labs/mcp-go => github.com/dgageot/mcp-go v0.0.0-20250727085305-11db72a0c5e5
66

77
require (
88
github.com/Microsoft/go-winio v0.6.2
@@ -16,7 +16,7 @@ require (
1616
github.com/fsnotify/fsnotify v1.9.0
1717
github.com/google/go-containerregistry v0.20.6
1818
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
19-
github.com/mark3labs/mcp-go v0.34.0
19+
github.com/mark3labs/mcp-go v0.35.0
2020
github.com/mikefarah/yq/v4 v4.45.4
2121
github.com/pkg/errors v0.9.1
2222
github.com/sigstore/cosign/v2 v2.5.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
209209
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
210210
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
211211
github.com/denisenkom/go-mssqldb v0.0.0-20191128021309-1d7a30a10f73/go.mod h1:xbL0rPBG9cCiLr28tMa8zpbdarY27NDyej4t/EjAShU=
212-
github.com/dgageot/mcp-go v0.0.0-20250722183054-a47b9759c387 h1:szOgCiIMSyiOTBGcntXEmWyA/TWYEfqIXtcP5eHiX6I=
213-
github.com/dgageot/mcp-go v0.0.0-20250722183054-a47b9759c387/go.mod h1:rXqOudj/djTORU/ThxYx8fqEVj/5pvTuuebQ2RC7uk4=
212+
github.com/dgageot/mcp-go v0.0.0-20250727085305-11db72a0c5e5 h1:SCVqu7A6dZG27ex2R8srEU1mJvOyCCbc3H8wShxVtlU=
213+
github.com/dgageot/mcp-go v0.0.0-20250727085305-11db72a0c5e5/go.mod h1:rXqOudj/djTORU/ThxYx8fqEVj/5pvTuuebQ2RC7uk4=
214214
github.com/digitorus/pkcs7 v0.0.0-20230713084857-e76b763bdc49/go.mod h1:SKVExuS+vpu2l9IoOc0RwqE7NYnb0JlcFHFnEJkVDzc=
215215
github.com/digitorus/pkcs7 v0.0.0-20230818184609-3a137a874352 h1:ge14PCmCvPjpMQMIAH7uKg0lrtNSOdpYsRXlwk3QbaE=
216216
github.com/digitorus/pkcs7 v0.0.0-20230818184609-3a137a874352/go.mod h1:SKVExuS+vpu2l9IoOc0RwqE7NYnb0JlcFHFnEJkVDzc=

vendor/github.com/mark3labs/mcp-go/client/client.go

Lines changed: 14 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mark3labs/mcp-go/client/transport/constants.go

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

vendor/github.com/mark3labs/mcp-go/client/transport/interface.go

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

vendor/github.com/mark3labs/mcp-go/client/transport/sse.go

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

vendor/github.com/mark3labs/mcp-go/client/transport/stdio.go

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

vendor/github.com/mark3labs/mcp-go/client/transport/streamable_http.go

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

vendor/github.com/mark3labs/mcp-go/mcp/errors.go

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

vendor/github.com/mark3labs/mcp-go/mcp/tools.go

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

0 commit comments

Comments
 (0)