Multi-User Authentication For server #465
-
Hi All, and my vs code config this: I check the token and if i can it with postmant or in config file it is work |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I solved it when change /mcp_atlassian/jira/client.py line 76: |
Beta Was this translation helpful? Give feedback.
I solved it when change /mcp_atlassian/jira/client.py line 76:
self.config.auth_type == "token"--> self.config.auth_type == "pat"