Documentation
¶
Overview ¶
Package mcpapp provides MCP server application modes for coder-k8s.
Index ¶
Constants ¶
View Source
const (
// DefaultHTTPAddr is the default listen address used by MCP HTTP mode.
DefaultHTTPAddr = ":8090"
)
Variables ¶
This section is empty.
Functions ¶
func RunHTTPWithClients ¶
func RunHTTPWithClients(ctx context.Context, k8sClient client.Client, clientset kubernetes.Interface) error
RunHTTPWithClients starts the MCP server using streamable HTTP transport and the provided Kubernetes clients.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.