org.llm4s.mcp.JsonRpcRequest
See theJsonRpcRequest companion object
JSON-RPC 2.0 request structure for MCP protocol communication. Used to send requests to MCP servers.
Value parameters
- id
-
Unique identifier for this request
- jsonrpc
-
Protocol version, always "2.0"
- method
-
The method name to invoke on the server
- params
-
Optional parameters for the method
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article