Skip to main content

mcp__request__argument__key

Function mcp__request__argument__key 

Source
pub fn mcp__request__argument__key(value: &str) -> String
Expand description

Instantiates the <key> placeholder in the attribute MCP__REQUEST__ARGUMENT__KEY (mcp.request.argument.<key>) with a concrete value.

ยงExample

use relay_conventions::interpolate::mcp__request__argument__key;
assert_eq!(mcp__request__argument__key("foobar"), "mcp.request.argument.foobar");