Refactors DemoMCP tool handler to integrate with DemoGRPC for fact retrieval and updates server instructions.
This commit is contained in:
4
go.mod
4
go.mod
@@ -11,11 +11,13 @@ require (
|
||||
gitea.libretechconsulting.com/rmcguire/go-app v0.11.0
|
||||
github.com/go-resty/resty/v2 v2.16.5
|
||||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1
|
||||
github.com/modelcontextprotocol/go-sdk v0.3.0
|
||||
github.com/rs/zerolog v1.34.0
|
||||
go.opentelemetry.io/otel/trace v1.37.0
|
||||
google.golang.org/genproto/googleapis/api v0.0.0-20250811230008-5f3141c8851a
|
||||
google.golang.org/grpc v1.74.2
|
||||
google.golang.org/protobuf v1.36.7
|
||||
k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -47,6 +49,7 @@ require (
|
||||
github.com/go-logr/logr v1.4.3 // indirect
|
||||
github.com/go-logr/stdr v1.2.2 // indirect
|
||||
github.com/google/cel-go v0.26.0 // indirect
|
||||
github.com/google/jsonschema-go v0.2.0 // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
|
||||
github.com/mattn/go-colorable v0.1.14 // indirect
|
||||
@@ -58,6 +61,7 @@ require (
|
||||
github.com/prometheus/otlptranslator v0.0.0-20250717125610-8549f4ab4f8f // indirect
|
||||
github.com/prometheus/procfs v0.17.0 // indirect
|
||||
github.com/stoewer/go-strcase v1.3.1 // indirect
|
||||
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
|
||||
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0 // indirect
|
||||
go.opentelemetry.io/otel/metric v1.37.0 // indirect
|
||||
|
Reference in New Issue
Block a user