NestJS MCP - v1.0.1
Preparing search index...
interfaces/mcp-protocol.interface
MCPRequest
Interface MCPRequest<P>
interface
MCPRequest
<
P
=
JSONObject
>
{
jsonrpc
:
"2.0"
;
id
:
string
|
number
;
method
:
string
;
params
?:
P
;
}
Type Parameters
P
=
JSONObject
Hierarchy (
View Summary
)
MCPRequest
MCPInitializeRequest
Index
Properties
jsonrpc
id
method
params?
Properties
jsonrpc
jsonrpc
:
"2.0"
id
id
:
string
|
number
method
method
:
string
Optional
params
params
?:
P
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
jsonrpc
id
method
params
NestJS MCP - v1.0.1
Loading...