MCPToolMetaContext
このコンテンツはまだ日本語訳がありません。
Context information available to MCP tool meta resolver functions.
Type Parameters
Section titled “Type Parameters”| Type Parameter | Default type |
|---|---|
|
|
Properties
Section titled “Properties”arguments
Section titled “arguments”arguments: Record<string, unknown> | null;Parsed tool arguments.
runContext
Section titled “runContext”runContext: RunContext<TContext>;The current run context.
serverName
Section titled “serverName”serverName: string;Name of the MCP server.
toolName
Section titled “toolName”toolName: string;Name of the tool being invoked.