Skip to content

fix: ovelapping Authorize and Fetch Tool buttons on MCP servers page#2713

Merged
crivetimihai merged 2 commits intomainfrom
2681-fix-actions-buttons-overlapping
Feb 6, 2026
Merged

fix: ovelapping Authorize and Fetch Tool buttons on MCP servers page#2713
crivetimihai merged 2 commits intomainfrom
2681-fix-actions-buttons-overlapping

Conversation

@marekdano
Copy link
Copy Markdown
Collaborator

🐛 Bug-fix PR

Closes #2681

📌 Summary

Before, the buttons of Authorize and Fetch Tool overlapped each other in one row. Now they are displayed in a separate row.

Screenshot 2026-02-05 at 10 58 10 Screenshot 2026-02-05 at 10 58 22

🔁 Reproduction Steps

  1. Go to the MCP Registry page
  2. Select for OAuth2.1 Auth type
  3. Hit the Add Server button in Asana
  4. Go back to the MCP Servers page
  5. Check on the Show Inactive checkbox and observe that the buttons are not overlapped

🐞 Root Cause

The buttons of Authorize and Fetch Tool overlap each other. They were in one line, and there was not enough space for two of them.

💡 Fix Description

Now we display each button in a separate row instead of both in a single row.

🧪 Verification

Check Command Status
Lint suite make lint
Unit tests make test
Coverage ≥ 80 % make coverage
Manual regression no longer fails steps / screenshots

📐 MCP Compliance (if relevant)

  • Matches current MCP spec
  • No breaking change to MCP clients

✅ Checklist

  • Code formatted (make black isort pre-commit)
  • No secrets/credentials committed

@marekdano marekdano requested review from gcgoncalves and removed request for crivetimihai February 5, 2026 15:40
Copy link
Copy Markdown
Collaborator

@gcgoncalves gcgoncalves left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noice!

Image

@crivetimihai crivetimihai force-pushed the 2681-fix-actions-buttons-overlapping branch from bc947af to e400128 Compare February 6, 2026 17:42
@crivetimihai crivetimihai merged commit d2d5b97 into main Feb 6, 2026
51 checks passed
@crivetimihai crivetimihai deleted the 2681-fix-actions-buttons-overlapping branch February 6, 2026 17:56
kcostell06 pushed a commit to kcostell06/mcp-context-forge that referenced this pull request Feb 24, 2026
…BM#2713)

* fix: ovelapping Authorize and Fetch Tool buttons on MCP servers page

Signed-off-by: Marek Dano <mk.dano@gmail.com>

* fix: center the header text Actions in the MCP Servers Gateways table

Signed-off-by: Marek Dano <mk.dano@gmail.com>

---------

Signed-off-by: Marek Dano <mk.dano@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: The texts of Authorize and Fetch tool overlap on the MCP Servers page

3 participants