loadCachedServerTools method

Future<List<MCPTool>> loadCachedServerTools(
  1. String serverId
)

Loads cached tools list for a server ID.

Implementation

Future<List<MCPTool>> loadCachedServerTools(String serverId) async => [];