@suluk/mcp - v0.1.2
↑ Suluk
GitHub
Preparing search index...
RpcRequest
Interface RpcRequest
interface
RpcRequest
{
jsonrpc
?:
string
;
id
?:
string
|
number
|
null
;
method
?:
string
;
params
?:
Record
<
string
,
unknown
>
;
}
Index
Properties
jsonrpc?
id?
method?
params?
Properties
Optional
jsonrpc
jsonrpc
?:
string
Optional
id
id
?:
string
|
number
|
null
Optional
method
method
?:
string
Optional
params
params
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
jsonrpc
id
method
params
↑ Suluk
GitHub
@suluk/mcp - v0.1.2
Loading...