createStdioTransport static method

Result<StdioServerTransport, Exception> createStdioTransport()

Create a stdio transport

Implementation

static Result<StdioServerTransport, Exception> createStdioTransport() {
  return Results.catching(() => StdioServerTransport());
}