diff --git a/cccli/command/server.py b/cccli/command/server.py
index 78f97d6c74d0c637d75b8b214eb68c7d2fad4fa1..222a51fe2cb0a0651f4841427d0d125062db801e 100644
--- a/cccli/command/server.py
+++ b/cccli/command/server.py
@@ -37,7 +37,7 @@ class Command_server(OptionCommand):
 
     def show_functions(self):
         try:
-            for cmds in self.cli.rpc.call("list_commands"):
+            for cmds in self.cli.rpc.call("functions"):
                 self.printer.out("%s"%cmds["name"])
         except RpcError as e:
             raise cmdError("RPCError: %s"%str(e))