app

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2026 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	InstallMySQL = "install_mysql"
)
View Source
const (
	InstallOpenResty = "install_openresty"
)
View Source
const (
	ListInstalledApps = "list_installed_apps"
)

Variables

This section is empty.

Functions

func RegisterTools added in v1.0.0

func RegisterTools(s *mcp.Server)

Types

type InstallMySQLInput added in v0.2.0

type InstallMySQLInput struct {
	Name         string  `json:"name" jsonschema:"mysql name"`
	Version      string  `json:"version,omitempty" jsonschema:"mysql version, not support latest version"`
	RootPassword string  `json:"root_password,omitempty" jsonschema:"mysql root password"`
	Port         float64 `json:"port,omitempty" jsonschema:"mysql port"`
}

type InstallOpenRestyInput added in v0.2.0

type InstallOpenRestyInput struct {
	Name      string  `json:"name,omitempty" jsonschema:"openresty name"`
	HttpPort  float64 `json:"http_port,omitempty" jsonschema:"openresty http port"`
	HttpsPort float64 `json:"https_port,omitempty" jsonschema:"openresty https port"`
}

type ListInstalledAppsInput added in v0.2.0

type ListInstalledAppsInput struct {
}

Jump to

Keyboard shortcuts

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