llmwire - v2.2.0
GitHub
npm
llms.txt
Preparing search index...
llmwire/mcp
JsonRpcRequest
Interface JsonRpcRequest
interface
JsonRpcRequest
{
id
?:
number
;
jsonrpc
:
"2.0"
;
method
:
string
;
params
?:
unknown
;
}
Index
Properties
id?
jsonrpc
method
params?
Properties
Optional
id
id
?:
number
jsonrpc
jsonrpc
:
"2.0"
method
method
:
string
Optional
params
params
?:
unknown
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
jsonrpc
method
params
GitHub
npm
llms.txt
llmwire - v2.2.0
Loading...