Problem/Motivation
When you are trying to setup a server or stdio, you might want to see that the connection/setup actually works, before you save it.
We should add a button that can test this.
Proposed resolution
Add a button that tests the connection/setup.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | Screenshot 2025-11-25 at 9.14.55 PM.png | 239.98 KB | harivansh |
Issue fork mcp_client-3557647
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
harivansh commentedComment #5
harivansh commentedComment #6
robertoperuzzoThank you, @harivansh, for that! It works properly using Streamable HTTP transport, but not for STDIO.

I made a small change to your Ajax callback here because it didn't get the correct transport value, and I get this error message
Comment #7
harivansh commented@robertoperuzzo thank you for the feedback, I will work on your suggestion.
Comment #8
robertoperuzzoComment #9
marcus_johansson commentedComment #10
robertoperuzzoComment #11
robertoperuzzoI tested, and it works properly. I will merge this issue as it is useful to work on #3557648: Create Get/Update Tools Button.
Comment #12
robertoperuzzo