Skip to content

Commit 6c863c8

Browse files
koicmattzcarey
andauthored
[Docs] Fix typo (#1067)
Co-authored-by: Matt <77928207+mattzcarey@users.noreply.github.com>
1 parent 74ab69f commit 6c863c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/server/stdio.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { JSONRPCMessage } from '../types.js';
55
import { 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
*/

src/shared/transport.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/
7474
export interface Transport {
7575
/**

0 commit comments

Comments
 (0)