Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMCPServer ¶
NewMCPServer creates and configures a new MCP server
Types ¶
type GetBiometricCapabilitiesArgs ¶
type GetBiometricCapabilitiesArgs struct {
Format string `json:"format,omitempty" jsonschema:"Output format: json (default) or table"`
}
type GetCPUUsageArgs ¶
type GetCPUUsageArgs struct {
Format string `json:"format,omitempty" jsonschema:"Output format: json (default) or table"`
}
Tool argument types - System metrics
type GetEncryptionStatusArgs ¶
type GetEncryptionStatusArgs struct {
Format string `json:"format,omitempty" jsonschema:"Output format: json (default) or table"`
}
type GetMemoryArgs ¶
type GetMemoryArgs struct {
Format string `json:"format,omitempty" jsonschema:"Output format: json (default) or table"`
}
type GetPlatformSecurityChipArgs ¶
type GetPlatformSecurityChipArgs struct {
Format string `json:"format,omitempty" jsonschema:"Output format: json (default) or table"`
}
Tool argument types - Security tools
type GetSecureBootStatusArgs ¶
type GetSecureBootStatusArgs struct {
Format string `json:"format,omitempty" jsonschema:"Output format: json (default) or table"`
}
type GetSecuritySummaryArgs ¶
type GetSecuritySummaryArgs struct {
Format string `json:"format,omitempty" jsonschema:"Output format: json (default) or table"`
}
type ListProcessesArgs ¶
Click to show internal directories.
Click to hide internal directories.