@mcp-z/server
Preparing search index...
TransportConfig
Type Alias TransportConfig
Transport configuration type - supports stdio or HTTP transport
type
TransportConfig
=
{
port
?:
number
;
type
:
"stdio"
|
"http"
;
}
Index
Properties
port?
type
Properties
Optional
port
port
?:
number
type
type
:
"stdio"
|
"http"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
port
type
@mcp-z/server
Loading...
Transport configuration type - supports stdio or HTTP transport