EU Parliament Monitor — API Documentation - v0.8.30
🏠 Home
📦 GitHub
🛡️ ISMS
🇪🇺 EP MCP Server
📦 npm
Preparing search index...
Types/MCP
JSONRPCResponse
Interface JSONRPCResponse
JSON-RPC 2.0 response
interface
JSONRPCResponse
{
jsonrpc
:
"2.0"
;
id
?:
number
;
method
?:
string
;
result
?:
unknown
;
error
?:
{
code
:
number
;
message
:
string
;
data
?:
unknown
}
;
}
Index
Properties
jsonrpc
id?
method?
result?
error?
Properties
jsonrpc
jsonrpc
:
"2.0"
Optional
id
id
?:
number
Optional
method
method
?:
string
Optional
result
result
?:
unknown
Optional
error
error
?:
{
code
:
number
;
message
:
string
;
data
?:
unknown
}
Settings
Member Visibility
Protected
Private
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
jsonrpc
id
method
result
error
🏛️ Architecture
🔒 Security Architecture
🛡️ Threat Model
📊 Data Model
🔄 Flowchart
📈 State Diagram
🧠 Mindmap
💼 SWOT Analysis
📜 CRA Assessment
🚀 Future Architecture
🔮 Future Security
🔮 Future Threat Model
📋 Secure Dev Policy
🔐 Information Security Policy
📑 Open Source Policy
🏷️ Classification Policy
🤖 AI Policy
🔑 Access Control Policy
🔏 Cryptography Policy
📋 WORKFLOWS
📋 CONTRIBUTING
🏠 Home
📦 GitHub
🛡️ ISMS
🇪🇺 EP MCP Server
📦 npm
EU Parliament Monitor — API Documentation - v0.8.30
Loading...
JSON-RPC 2.0 response