We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 936b9d6 commit 54c3c70Copy full SHA for 54c3c70
gitlab_api/auth.py
@@ -3,13 +3,13 @@
3
from typing import Optional
4
5
import requests
6
-from fastmcp.server.middleware import MiddlewareContext, Middleware
7
from agent_utilities.base_utilities import to_boolean, get_logger
8
from gitlab_api.gitlab_api import Api
9
10
local = threading.local()
11
logger = get_logger(__name__)
12
+
13
def get_client(
14
config: dict,
15
instance: str = os.getenv("GITLAB_INSTANCE", "https://gitlab.com"),
0 commit comments