This topic was automatically generated from Slack. You can find the original thread here.
Hi everyone, I am trying to add Pipedream MCP to my macOS app and let users connect/authenticate to different services. I am using the hosted MCP server. However the connect links that are returned - when a user tried to use a tool i.e gmail look like this: https://pipedream.com/oauth/gmail?redirect=your-app, what am I doing wrong here?
Thanks for your quick responseIt appears that url I mentioned earlier was incorrectly being set, please ignore it. However the problem we have right now is that there is no connect link url being returned from the Pipedream tool calls. To add more context, we’re connecting to Pipedream’s MCP server using:
Thanks Danny. Looking at the typescript client I realized I wasn’t refreshing the available tools so the LLM got stuck in a loop. Issue should be resolved now.