You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Request: Support for Custom Parameters in MCP Client Requests
Summary
Enable the inclusion of arbitrary custom parameters in MCP client requests, beyond those required by the invoked action.
Use Case
In many scenarios, it's useful to pass additional contextual data—such as tenant IDs, trace tokens, feature flags, or other metadata—alongside the standard payload. These parameters can enhance server-side processing, logging, routing, and decision-making.
Proposal
Introduce a mechanism to attach custom key-value pairs to requests. These should be transmitted to the server and accessible during request handling.
Benefits
🧩 Adds flexibility for diverse service architectures