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 b11b343 commit 51080f9Copy full SHA for 51080f9
1 file changed
mcp/slack_tool/slack_tool.py
@@ -59,7 +59,7 @@ def get_slack_client(access_token=None):
59
verifier = JWTVerifier(
60
jwks_uri = JWKS_URI,
61
issuer = ISSUER,
62
- AUDIENCE = AUDIENCE
+ audience = AUDIENCE
63
)
64
mcp = FastMCP("Slack", auth=verifier)
65
0 commit comments