Versions in this module Expand all Collapse all v0 v0.0.1 Nov 15, 2025 Changes in this version + func HelloWorld() (*mcp.Server, error) + type Input struct + Name string + type Output struct + Author string + Greeting string + func Sayer(ctx context.Context, req *mcp.CallToolRequest, input Input) (*mcp.CallToolResult, Output, error)