@mcp-z/cli
Preparing search index...
ServerConfigHttp
Interface ServerConfigHttp
interface
ServerConfigHttp
{
headers
?:
Record
<
string
,
string
>
;
start
?:
ServerConfigStdio
;
type
:
"http"
;
url
:
string
;
}
Index
Properties
headers?
start?
type
url
Properties
Optional
headers
headers
?:
Record
<
string
,
string
>
Optional
start
start
?:
ServerConfigStdio
type
type
:
"http"
url
url
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
headers
start
type
url
@mcp-z/cli
Loading...