MCPcopy
hub / github.com/modelcontextprotocol/registry / Provider

Struct Provider

deploy/pkg/providers/local/provider.go:19–19  ·  view source on GitHub ↗

Provider implements the ClusterProvider interface for local Kubernetes clusters

Source from the content-addressed store, hash-verified

17
18// Provider implements the ClusterProvider interface for local Kubernetes clusters
19type Provider struct{}
20
21// getClusterName attempts to get the current Kubernetes cluster name from kubectl config
22func getClusterName() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected