Skip to main content
Defined in: server/FastMCP.ts:81

Properties

host?

optional host?: string;
Defined in: server/FastMCP.ts:84

path?

optional path?: string;
Defined in: server/FastMCP.ts:85

port?

optional port?: number;
Defined in: server/FastMCP.ts:83

stdin?

optional stdin?: Readable;
Defined in: server/FastMCP.ts:87 Custom stdin stream for the stdio transport. Defaults to process.stdin.

stdout?

optional stdout?: Writable;
Defined in: server/FastMCP.ts:89 Custom stdout stream for the stdio transport. Defaults to process.stdout.

transport?

optional transport?: "stdio" | "http";
Defined in: server/FastMCP.ts:82