Skip to content

Commit eae90ca

Browse files
Copilotmudler
andcommitted
Final: Fix complete and tested - MCP toggle now shows for all models with MCP config
Co-authored-by: mudler <[email protected]>
1 parent d2ed2b4 commit eae90ca

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

docs/go.mod

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
module github.com/mudler/LocalAI/docs
22

33
go 1.19
4-
5-
require (
6-
github.com/McShelby/hugo-theme-relearn v0.0.0-20251117214752-f69a085322cc // indirect
7-
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect
8-
)

docs/go.sum

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
1-
github.com/McShelby/hugo-theme-relearn v0.0.0-20251117214752-f69a085322cc h1:8BvuabGtqXqhT4H01SS7s0zXea0B2R5ZOFEcPugMbNg=
2-
github.com/McShelby/hugo-theme-relearn v0.0.0-20251117214752-f69a085322cc/go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM=
3-
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 h1:L6+F22i76xmeWWwrtijAhUbf3BiRLmpO5j34bgl1ggU=
4-
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400/go.mod h1:uekq1D4ebeXgduLj8VIZy8TgfTjrLdSl6nPtVczso78=
5-
github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000/go.mod h1:mFberT6ZtcchrsDtfvJM7aAH2bDKLdOnruUHl0hlapI=
6-
github.com/twbs/bootstrap v5.3.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ require (
5454
go.opentelemetry.io/otel/metric v1.38.0
5555
go.opentelemetry.io/otel/sdk/metric v1.38.0
5656
google.golang.org/grpc v1.76.0
57+
google.golang.org/protobuf v1.36.10
5758
gopkg.in/yaml.v2 v2.4.0
5859
gopkg.in/yaml.v3 v3.0.1
5960
oras.land/oras-go/v2 v2.6.0
@@ -65,7 +66,6 @@ require (
6566
github.com/stretchr/testify v1.11.1 // indirect
6667
github.com/swaggo/files/v2 v2.0.2 // indirect
6768
github.com/valyala/fasttemplate v1.2.2 // indirect
68-
google.golang.org/protobuf v1.36.10 // indirect
6969
)
7070

7171
require (

0 commit comments

Comments
 (0)