Is it possible to mount in Django? #409
Unanswered
bendavis78
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running async Django and would like to add an MCP server in the same place. Is there a way to do that? With Django if I want to stream a response it looks like this:
Is there a way to just plug in the MCP server endpoints such that they can be used w/ a django view? Or some way to bridge the two?
Beta Was this translation helpful? Give feedback.
All reactions