org.llm4s.mcp.JsonRpcNotification
See theJsonRpcNotification companion object
JSON-RPC 2.0 notification structure for MCP protocol communication. Notifications are requests without an ID - the client doesn't expect a response. Used for fire-and-forget messages like the "initialized" notification.
Value parameters
- 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