I have my space iimkarthik/query_blogger_mcp_server at main with deployment sdk as Docker, where I try to host the MCP server built using FastAPI.
I want to achieve the below 2 things:
- Access it from outside using mcp ui client in my vs code
- Access it from Gradio UI hosted in the same space
- Access it from Gradio UI hosted in another space
Given that 1 should be the easiest, I tried running it and see that the docker is successfully running but can’t get it to work in my mcp client ui, for some reason.
If you got it working for you, I appreciate your help here.