Interface Nexus\Mcp\Core\Schema\RequestParamsInterface

<out T is array<string, mixed> = array<string, mixed>>

extends JsonSerializable

Marker for the params object carried by a JSON-RPC request. The heavy RequestParams base (client-to-server, with required _meta) and the standalone server-to-client params both implement it.

Methods