You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi 👋 Arjun from the Smithery team here! Your server (https://smithery.ai/server/@sourcebot-dev/sourcebot) is currently getting more than 1500 tool calls a month in our platform and growing. Currently your STDIO server is hosted and served via HTTP for end users of our platform, but this limits the maximum concurrent connections to 50 users. In addition, we would also be sunsetting support for STDIO servers in the coming weeks.
We recommend converting this to a native HTTP server to scale this up much higher and provide a better user experience! You can take a look at how at https://github.com/upstash/context7 for a reference supporting streamable HTTP transport without breaking the existing STDIO transport. Let me know if you need any help!