Documentation
Preparing search index...
@kehto/services
McpMessage
Interface McpMessage
A single MCP JSON-RPC message (request, response, or notification).
interface
McpMessage
{
error
?:
unknown
;
id
?:
string
|
number
;
jsonrpc
:
"2.0"
;
method
?:
string
;
params
?:
unknown
;
result
?:
unknown
;
}
Index
Properties
error?
id?
jsonrpc
method?
params?
result?
Properties
Optional
error
error
?:
unknown
Optional
id
id
?:
string
|
number
jsonrpc
jsonrpc
:
"2.0"
Optional
method
method
?:
string
Optional
params
params
?:
unknown
Optional
result
result
?:
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
id
jsonrpc
method
params
result
Documentation
Loading...
A single MCP JSON-RPC message (request, response, or notification).