Skip to content

OAuth not triggered on Atlassian server #3

@johnnydevriese

Description

@johnnydevriese

I wanted to try this out with Atlassian, but it seems the OAuth flow is not triggered.

The error:

>>> jira = load("https://mcp.atlassian.com/v1/sse", auth="oauth")
OAuth flow error
Traceback (most recent call last):
  File "/Users/johnnydevriese/.venv/lib/python3.12/site-packages/mcp/client/auth/oauth2.py", line 579, in async_auth_flow
    await self._handle_protected_resource_response(discovery_response)
  File "/Users/johnnydevriese/.venv/lib/python3.12/site-packages/mcp/client/auth/oauth2.py", line 273, in _handle_protected_resource_response
    raise OAuthFlowError(f"Protected Resource Metadata request failed: {response.status_code}")
mcp.client.auth.oauth2.OAuthFlowError: Protected Resource Metadata request failed: 404

Atlassian docs: https://support.atlassian.com/atlassian-rovo-mcp-server/docs/getting-started-with-the-atlassian-remote-mcp-server/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions