MCPcopy Create free account
hub / github.com/VersusControl/devops-ai-guidelines / Server

Struct Server

02-mcp-for-devops/code/07/pkg/mcp/server.go:30–36  ·  view source on GitHub ↗

Server is the assembled advanced MCP server.

Source from the content-addressed store, hash-verified

28
29// Server is the assembled advanced MCP server.
30type Server struct {
31 clusters *multicluster.Manager
32 cache *cache.Store
33 helm *helm.Client
34 watchers map[string]*watch.Watcher
35 mcp *server.MCPServer
36}
37
38// NewServer wires everything but does not start any background goroutines.
39func NewServer(clusters *multicluster.Manager) *Server {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected