Skip to content

Indicate MCP server url in config UI#22150

Open
NobodysNightmare wants to merge 1 commit intorelease/17.2from
mcp-server-url
Open

Indicate MCP server url in config UI#22150
NobodysNightmare wants to merge 1 commit intorelease/17.2from
mcp-server-url

Conversation

@NobodysNightmare
Copy link
Contributor

@NobodysNightmare NobodysNightmare commented Mar 2, 2026

Giving admins quick access to this URL, because it will be required during setup of a client.

Visual appearance was clarified with UX already.

Giving admins quick access to this URL, because it will be required
during setup of a client.
Copy link
Member

@Kharonus Kharonus left a comment

Choose a reason for hiding this comment

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

LGTM, just one question for understanding.


<%=
render(Primer::OpenProject::InputGroup.new(input_width: :large)) do |input_group|
input_group.with_text_input(
Copy link
Member

Choose a reason for hiding this comment

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

❓ maybe you can quickly tell me: Why is it not needed to give the text input itself a readonly? I see it is used in the form with html_content, and not as `text_field', but if only looking at code I would have expected the input is active, but simply not attached to the form semantically.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Honestly, I asked this myself. I copied this code from our storage forms, specifically the redirect_url over there. I'd also have expected from the code, that it's editable. But it isn't. I didn't dig deeper and just accepted that copy&paste worked and gave me the behaviour I wanted.

🙈 🙈 🙈

Copy link
Member

Choose a reason for hiding this comment

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

fair enough

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants