ParamHeader

A single x-mcp-header annotation discovered in a tool inputSchema, together with the path of property keys to reach the annotated value.

@safe
struct ParamHeader {}

Members

Variables

header
string header;

the resolved header name, e.g. Mcp-Param-Region

name
string name;

the raw x-mcp-header value (header suffix), e.g. Region

path
string[] path;

property keys from the root inputSchema to the annotated value