Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterAzCommand ¶
func RegisterAzCommand(cmd AksCommand) mcp.Tool
RegisterAzCommand registers a specific az command as an MCP tool
Types ¶
type AksCommand ¶
type AksCommand struct {
Name string
Description string
ArgsExample string // Example of command arguments
}
AksCommand defines a specific az aks command to be registered as a tool
func GetAccountAzCommands ¶
func GetAccountAzCommands() []AksCommand
GetAccountAzCommands returns all Azure account management commands
func GetAdminAzCommands ¶
func GetAdminAzCommands() []AksCommand
GetAdminAzCommands returns all admin az commands
func GetReadOnlyAzCommands ¶
func GetReadOnlyAzCommands() []AksCommand
GetReadOnlyAzCommands returns all read-only az commands
func GetReadWriteAzCommands ¶
func GetReadWriteAzCommands() []AksCommand
GetReadWriteAzCommands returns all read-write az commands
Click to show internal directories.
Click to hide internal directories.