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 7be00ff commit 7882a10Copy full SHA for 7882a10
2 files changed
a2a/slack_researcher/slack_researcher/config.py
@@ -13,6 +13,8 @@ def get_client_id() -> str:
13
"""
14
# Read SVID JWT from file to get client ID
15
jwt_file_path = "/opt/jwt_svid.token"
16
+
17
+ content = None
18
try:
19
with open(jwt_file_path, "r") as file:
20
content = file.read()
mcp/slack_tool/slack_tool.py
@@ -15,6 +15,8 @@ def get_client_id() -> str:
21
22
0 commit comments