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