NestJS MCP - v1.0.1
Preparing search index...
interfaces/mcp-protocol.interface
MCPResponse
Interface MCPResponse
interface
MCPResponse
{
jsonrpc
:
"2.0"
;
id
:
string
|
number
;
result
?:
unknown
;
error
?:
MCPError
;
}
Hierarchy (
View Summary
)
MCPResponse
MCPInitializeResponse
Index
Properties
jsonrpc
id
result?
error?
Properties
jsonrpc
jsonrpc
:
"2.0"
id
id
:
string
|
number
Optional
result
result
?:
unknown
Optional
error
error
?:
MCPError
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
jsonrpc
id
result
error
NestJS MCP - v1.0.1
Loading...