NestJS MCP - v1.0.1
Preparing search index...
interfaces/mcp-options.interface
MCPModuleAsyncOptions
Interface MCPModuleAsyncOptions
Async options for MCP module
interface
MCPModuleAsyncOptions
{
useExisting
?:
Type
<
MCPOptionsFactory
>
;
useClass
?:
Type
<
MCPOptionsFactory
>
;
useFactory
?:
(
...
args
:
unknown
[]
,
)
=>
MCPModuleOptions
|
Promise
<
MCPModuleOptions
>
;
inject
?:
(
string
|
symbol
|
Type
<
any
>
|
Abstract
<
unknown
>
)
[]
;
}
Hierarchy
Pick
<
ModuleMetadata
,
"imports"
>
MCPModuleAsyncOptions
Index
Properties
use
Existing?
use
Class?
use
Factory?
inject?
Properties
Optional
use
Existing
useExisting
?:
Type
<
MCPOptionsFactory
>
Optional
use
Class
useClass
?:
Type
<
MCPOptionsFactory
>
Optional
use
Factory
useFactory
?:
(
...
args
:
unknown
[]
,
)
=>
MCPModuleOptions
|
Promise
<
MCPModuleOptions
>
Optional
inject
inject
?:
(
string
|
symbol
|
Type
<
any
>
|
Abstract
<
unknown
>
)
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
use
Existing
use
Class
use
Factory
inject
NestJS MCP - v1.0.1
Loading...
Async options for MCP module