List<String>? getToolNames(String sessionId) { final session = _sessions[sessionId]; return session?.handlers.keys.toList(); }