Crate agentic

Source

Modules§

mcp

Enums§

RpcId
Represents a JSON-RPC 2.0 Request ID, which can be a String, Number, or Null. Uses Arc<str> for strings to allow for efficient cloning, especially when the ID is part of request/response structures that might be cloned (e.g., in tracing/logging).