-
Notifications
You must be signed in to change notification settings - Fork 227
Description
Hi 👋 Arjun from the Smithery team here! Your server (https://smithery.ai/server/@supabase-community/supabase-mcp) is currently getting more than 60k 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!