跳转到内容

MCPToolMetaContext

此内容尚不支持你的语言。

Context information available to MCP tool meta resolver functions.

Type Parameter Default type

TContext

UnknownContext

arguments: Record<string, unknown> | null;

Parsed tool arguments.


runContext: RunContext<TContext>;

The current run context.


serverName: string;

Name of the MCP server.


toolName: string;

Name of the tool being invoked.