Navigation
API > API/Plugins > API/Plugins/MCPClientToolset > API/Plugins/MCPClientToolset/FMCPClientToolset
Description
Async factory. Runs the appropriate startup sequence (OAuth → handshake, or direct handshake), then resolves the future with the ready toolset or an error string.
| Name | Create |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Toolsets/MCPClientToolset/Source/MCPClientToolset/Public/MCPClientToolset/MCPClientToolset.h |
| Include Path | #include "MCPClientToolset/MCPClientToolset.h" |
| Source | /Engine/Plugins/Experimental/Toolsets/MCPClientToolset/Source/MCPClientToolset/Private/MCPClientToolset/MCPClientToolset.cpp |
static TFuture < TValueOrError < TSharedPtr < FMCPClientToolset >, FString > > Create
(
FConfig Config
)