Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterPodTools ¶
func RegisterPodTools(s *mcpserver.MCPServer, sc *server.ServerContext) error
RegisterPodTools registers all pod management tools with the MCP server
Types ¶
type PortForwardResponse ¶ added in v0.0.12
type PortForwardResponse struct {
Success bool `json:"success"`
Message string `json:"message"`
SessionID string `json:"sessionId"`
ResourceType string `json:"resourceType"`
ResourceName string `json:"resourceName"`
Namespace string `json:"namespace"`
PortMappings []PortMapping `json:"portMappings"`
Instructions string `json:"instructions"`
}
PortForwardResponse represents the structured response for port forwarding operations
type PortMapping ¶ added in v0.0.12
PortMapping represents a single port mapping
Click to show internal directories.
Click to hide internal directories.