We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3161a commit 185173cCopy full SHA for 185173c
services/chatbot/src/mcpserver/server.py
@@ -40,6 +40,7 @@
40
41
42
async def get_api_key():
43
+ global API_KEY
44
if API_KEY is None:
45
login_body = {"username": API_USER, "password": API_PASSWORD}
46
apikey_url = f"{API_URL}/identity/management/user/apikey"
0 commit comments