Uses of Record Class
dev.tachyonmcp.core.protocol.ProtocolRequestMapper.ToolCallRequest
Packages that use ProtocolRequestMapper.ToolCallRequest
Package
Description
Protocol interfaces and domain types for MCP server and client interaction.
Generated JSON-RPC codecs for the MCP 2025-11-25 protocol version.
-
Uses of ProtocolRequestMapper.ToolCallRequest in dev.tachyonmcp.core.protocol
Methods in dev.tachyonmcp.core.protocol that return ProtocolRequestMapper.ToolCallRequestModifier and TypeMethodDescriptionProtocolRequestMapper.callTool(@Nullable Object params, PayloadDeserializer payloadDeserializer) Mapstools/callparams, deserializing arguments with the givenPayloadDeserializer. -
Uses of ProtocolRequestMapper.ToolCallRequest in dev.tachyonmcp.core.protocol.mcp.v2025_11_25.codecs
Methods in dev.tachyonmcp.core.protocol.mcp.v2025_11_25.codecs that return ProtocolRequestMapper.ToolCallRequestModifier and TypeMethodDescriptionMcpRequestMapper.callTool(@Nullable Object params, PayloadDeserializer payloadDeserializer)