server

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 28, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMCPServer

func NewMCPServer() *mcp.Server

NewMCPServer creates and configures a new MCP server

func Run

func Run() error

Run starts the MCP server on stdio

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

type ListProcessesArgs struct {
	Limit  int    `json:"limit,omitempty" jsonschema:"Maximum number of processes to return (0 for all)"`
	Format string `json:"format,omitempty" jsonschema:"Output format: json (default) or table"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL