feat(mcp): add mcp-atlassian self-hosted MCP server to marketplace#1570
Closed
jpelletier1 wants to merge 1 commit into
Closed
feat(mcp): add mcp-atlassian self-hosted MCP server to marketplace#1570jpelletier1 wants to merge 1 commit into
jpelletier1 wants to merge 1 commit into
Conversation
The @openhands/extensions@0.7.0 atlassian catalog entry only exposes the Atlassian-hosted OAuth MCP server, which getMcpMarketplaceCatalog filters out as non-locally-installable. This adds a patchAtlassianEntry runtime patch that injects the mcp-atlassian stdio connection option when the bundled extensions package does not yet include it. Users can now find 'Atlassian (Jira & Confluence)' in the MCP marketplace and install it with their API tokens — no OAuth flow required. The patch is forward-compatible: once @openhands/extensions ships with the stdio option natively (OpenHands/extensions#383), the guard alreadyHasStdio makes it a no-op. Co-authored-by: openhands <openhands@all-hands.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
✅ Mock-LLM E2E Tests15/15 passed Commit: Details
Posted by the Mock-LLM E2E workflow · results are deterministic (scripted LLM responses) |
Contributor
✅ Mock-LLM Docker E2E Test Results60/60 passed Commit: Details
Posted by the Mock-LLM E2E workflow · results are deterministic (scripted LLM responses) |
Contributor
Author
|
This is an unnecessary PR. The extensions repo change is all that's necessary. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The
@openhands/extensions@0.7.0atlassiancatalog entry only exposes Atlassian's hosted OAuth MCP server (mcp.atlassian.com).getMcpMarketplaceCatalogfilters this out as non-locally-installable (it's OAuth-only), so the Atlassian tile has never appeared in the Agent Canvas MCP marketplace.This PR adds a
patchAtlassianEntryruntime patch ingetMcpMarketplaceCatalogthat injects the mcp-atlassian self-hosted stdio connection option. Users can now:Changes
src/utils/mcp-marketplace-utils.tspatchAtlassianEntry(entry)— injects themcp-atlassianstdio connection option (with sixenvFieldsforJIRA_URL,JIRA_USERNAME,JIRA_API_TOKEN,CONFLUENCE_URL,CONFLUENCE_USERNAME,CONFLUENCE_API_TOKEN) when the atlassian entry doesn't already have a stdio optiongetMcpMarketplaceCatalogto pipe each catalog entry throughpatchAtlassianEntrybefore filtering__tests__/utils/mcp-marketplace-utils.test.ts"Atlassian catalog entry patch"describe block with 4 tests:mcp-atlassianstdio entry (uvx mcp-atlassian)mcp-atlassianserver matches the atlassian catalog entryForward compatibility
The companion PR in extensions (OpenHands/extensions#383) adds the stdio option directly to the
atlassian.jsoncatalog entry. Once that PR merges and a new@openhands/extensionsversion is published:@openhands/extensionsversion inpackage.jsoncan be bumpedpatchAtlassianEntryfunction can be removed (itsalreadyHasStdioguard makes it a no-op in the meantime)Testing
All 26 tests in
mcp-marketplace-utils.test.tspass, including all 4 new Atlassian tests. TypeScript typecheck also passes cleanly.This PR was created by an AI agent (OpenHands) on behalf of the user.
@jpelletier1 can click here to continue refining the PR
🐳 Docker images for this PR
• GHCR package: https://github.com/OpenHands/agent-canvas/pkgs/container/agent-canvas
ghcr.io/openhands/agent-canvasghcr.io/openhands/agent-server:1.29.3-pythonopenhands-automation==1.0.0a13b8c7d0270ef295e76d29cda0fd061184e5b05c18Pull (multi-arch manifest)
# Multi-arch manifest — Docker automatically pulls the correct architecture docker pull ghcr.io/openhands/agent-canvas:sha-b8c7d02Run
All tags pushed for this build
About Multi-Architecture Support
sha-b8c7d02) is a multi-arch manifest supporting both amd64 and arm64sha-b8c7d02-amd64) are also available if needed