File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { JSONRPCMessage } from '../types.js';
55import { Transport } from '../shared/transport.js' ;
66
77/**
8- * Server transport for stdio: this communicates with a MCP client by reading from the current process' stdin and writing to stdout.
8+ * Server transport for stdio: this communicates with an MCP client by reading from the current process' stdin and writing to stdout.
99 *
1010 * This transport is only available in Node.js environments.
1111 */
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ export type TransportSendOptions = {
6969 onresumptiontoken ?: ( token : string ) => void ;
7070} ;
7171/**
72- * Describes the minimal contract for a MCP transport that a client or server can communicate over.
72+ * Describes the minimal contract for an MCP transport that a client or server can communicate over.
7373 */
7474export interface Transport {
7575 /**
You can’t perform that action at this time.
0 commit comments