@koduhai/mcp-kit
Preparing search index...
auth
DiscoverOptions
Interface DiscoverOptions
interface
DiscoverOptions
{
fetch
?:
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
,
)
=>
Promise
<
Response
>
;
timeoutMs
?:
number
;
}
Index
Properties
fetch?
timeout
Ms?
Properties
Optional
fetch
fetch
?:
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
=>
Promise
<
Response
>
Injectable for tests.
Optional
timeout
Ms
timeoutMs
?:
number
Timeout (ms) per discovery request. Default 10000. Pass 0 to disable.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fetch
timeout
Ms
@koduhai/mcp-kit
Loading...
Injectable for tests.