Trying out the new MCP support. I have a custom MCP server up and running and have tested it with npx @modelcontextprotocol/inspector and it works perfectly. It does not use any authentication. When I try to setup the connection in the playground it seems to take a long time to connect to the MCP server (if it really is, not sure) and then goes to the page to list the tools and errors out with “Unable to load tools”.
I have switched the MCP server transport type from sse to streamable http without any change in behavior.
Do you have any screenshots of the output produced on either end when attempting this? Any way we could see some of the code for the MCP build or the shell scripts used to run the server?
There could be a plethora of issues that may be causing this. My intuition tells me this might be more of a networking config problem than an error in the server’s code itself, but I can’t verify that without seeing more details.
Have you verified you can ping/reach the MCP server from outside your local network first?