NestJS MCP - v1.0.1
Preparing search index...
interfaces/mcp-execution.interface
MCPCallHandler
Interface MCPCallHandler
Call handler - executes the next handler in the chain
interface
MCPCallHandler
{
handle
()
:
Promise
<
unknown
>
;
}
Index
Methods
handle
Methods
handle
handle
()
:
Promise
<
unknown
>
Execute the handler
Returns
Promise
<
unknown
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
handle
NestJS MCP - v1.0.1
Loading...
Call handler - executes the next handler in the chain