Execute the MCP tool with LangChain compatibility.
run(
self,
*args = (),
**kwargs = {},
) -> strNote:
This method raises an error because MCP tools are async-only. Use ainvoke() instead for proper async execution.
| Name | Type | Description |
|---|---|---|
*args | unknown | Default: ()Positional arguments for the tool |
**kwargs | unknown | Default: {}Keyword arguments for the tool |