@mcp-z/server
Preparing search index...
MiddlewareLayer
Interface MiddlewareLayer
interface
MiddlewareLayer
{
withPrompt
?:
(
prompt
:
PromptModule
)
=>
PromptModule
;
withResource
?:
(
resource
:
ResourceModule
)
=>
ResourceModule
;
withTool
?:
(
tool
:
ToolModule
)
=>
ToolModule
;
}
Index
Properties
with
Prompt?
with
Resource?
with
Tool?
Properties
Optional
with
Prompt
withPrompt
?:
(
prompt
:
PromptModule
)
=>
PromptModule
Optional
with
Resource
withResource
?:
(
resource
:
ResourceModule
)
=>
ResourceModule
Optional
with
Tool
withTool
?:
(
tool
:
ToolModule
)
=>
ToolModule
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
with
Prompt
with
Resource
with
Tool
@mcp-z/server
Loading...