We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adebac9 commit 02194a6Copy full SHA for 02194a6
mcp/transport.go
@@ -103,8 +103,8 @@ func NewStdioTransport() *StdioTransport {
103
return &StdioTransport{}
104
}
105
106
-// A StdioTransport is a [Transport] that communicates over stdin/stdout using
107
-// newline-delimited JSON.
+// An IOTransport is a [Transport] that communicates over separate
+// io.ReadCloser and io.WriteCloser using newline-delimited JSON.
108
type IOTransport struct {
109
reader io.ReadCloser
110
writer io.WriteCloser
0 commit comments