Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrEmptyData = errors.New("raw_qr_data cannot be empty")
)
Functions ¶
func AddGenerateQRCodeTool ¶
AddGenerateQRCodeTool registers the QR code generation tool with the MCP server.
Types ¶
type GenerateQRCodeArgs ¶
type GenerateQRCodeArgs struct {
RawQRData string `json:"raw_qr_data" jsonschema:"the data to encode into a QR code"`
}
Click to show internal directories.
Click to hide internal directories.