website

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: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CreateWebsite = "create_website"
)
View Source
const (
	ListWebsites = "list_websites"
)

Variables

This section is empty.

Functions

func RegisterTools added in v1.0.0

func RegisterTools(s *mcp.Server)

Types

type CreateWebsiteInput added in v0.2.0

type CreateWebsiteInput struct {
	Domain       string `json:"domain" jsonschema:"domain,required"`
	WebsiteType  string `json:"website_type" jsonschema:"website type,only support static and proxy,required"`
	ProxyAddress string `json:"proxy_address,omitempty" jsonschema:"proxy address,only support for proxy website"`
}

type ListWebsitesInput added in v0.2.0

type ListWebsitesInput struct {
	Name string `json:"name,omitempty" jsonschema:"search by website name"`
}

Jump to

Keyboard shortcuts

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