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
I’m wondering how to use the MCP TypeScript SDK with a backend (NestJS) that uses Fastify instead of Express?
Currently, the SDK seems to be tightly coupled with Express, but it could be a great feature to support Fastify or provide a way to use a custom HTTP adapter so users can integrate their own.
What do you think would be the best approach?
I’d be happy to work on a PR for this :)
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi, I maintain a plugin to run MCP servers over Fastify. I'm working on adding support for Streamable HTTP support, and it should be out soon it's out now!
Hi team,
I’m wondering how to use the MCP TypeScript SDK with a backend (NestJS) that uses Fastify instead of Express?
Currently, the SDK seems to be tightly coupled with Express, but it could be a great feature to support Fastify or provide a way to use a custom HTTP adapter so users can integrate their own.
What do you think would be the best approach?
I’d be happy to work on a PR for this :)
Thanks in advance!
The text was updated successfully, but these errors were encountered: