import pytest from mcp_server_gitlab_python.server import create_server def test_create_server(): server = create_server() assert server is not None