getAllMcpTools
function getAllMcpTools<TContext>(mcpServers, convertSchemasToStrict): Promise<Tool<TContext>[]>
Returns all MCP tools from the provided servers, using the function tool conversion.
Type Parameters
Section titled “Type Parameters”Type Parameter | Default type |
---|---|
|
|
Parameters
Section titled “Parameters”Parameter | Type | Default value |
---|---|---|
|
|
|
|
|
|
Returns
Section titled “Returns”Promise
<Tool
<TContext
>[]>