import logging from serena.mcp import start_mcp_server log = logging.getLogger(__name__) if __name__ == "__main__": start_mcp_server()