getAllMcpTools
plugin.mcp.getAllMcpTools(): Promise<GetAllMCPToolsResponse>
Gets all tools from all enabled MCP servers.
Parameters
No parameters.
Returns
Promise<GetAllMCPToolsResponse>
Example
import plugin from '@codebolt/plugin-sdk';
const result = await plugin.mcp.getAllMcpTools();
console.log(result);