Skip to content

Smithery: convert server to native HTTP for better remote performance #448

@arjunkmrm

Description

@arjunkmrm

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!

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions