# Functions
NewStdioServerTransport creates a new StdioServerTransport using os.Stdin and os.Stdout.
NewStdioServerTransportWithIO creates a new StdioServerTransport with custom io.Reader and io.Writer.
# Structs
StdioServerTransport implements server-side transport for stdio communication.