pub struct MCPJSONRpcParams {
pub x_uarp_agent_id: String,
}Expand description
Query and header parameters for mcpJsonRpc.
Fields§
§x_uarp_agent_id: StringAgent ID whose tools/resources/prompts the MCP server should expose for this RPC call.
Trait Implementations§
Source§impl Clone for MCPJSONRpcParams
impl Clone for MCPJSONRpcParams
Source§fn clone(&self) -> MCPJSONRpcParams
fn clone(&self) -> MCPJSONRpcParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MCPJSONRpcParams
impl Debug for MCPJSONRpcParams
Source§impl Default for MCPJSONRpcParams
impl Default for MCPJSONRpcParams
Source§fn default() -> MCPJSONRpcParams
fn default() -> MCPJSONRpcParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MCPJSONRpcParams
impl<'de> Deserialize<'de> for MCPJSONRpcParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for MCPJSONRpcParams
impl PartialEq for MCPJSONRpcParams
Source§impl Serialize for MCPJSONRpcParams
impl Serialize for MCPJSONRpcParams
impl StructuralPartialEq for MCPJSONRpcParams
Auto Trait Implementations§
impl Freeze for MCPJSONRpcParams
impl RefUnwindSafe for MCPJSONRpcParams
impl Send for MCPJSONRpcParams
impl Sync for MCPJSONRpcParams
impl Unpin for MCPJSONRpcParams
impl UnsafeUnpin for MCPJSONRpcParams
impl UnwindSafe for MCPJSONRpcParams
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more