Question of difference accessing MCP Server via YARP vs Direct #778
Unanswered
andrew-at-v
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.
-
Question about routing as its bit not clear
When I access MCP Server directly, I can access it this way
http://localhost:5030/sse
But when I use YARP in between, I have to use this route
https://localhost:7176/api/public/weather ---> this is working
https://localhost:7176/api/public/weather/sse ---> this is not working !!!
So i wonder why route ended with /sse is not working with YARP
Beta Was this translation helpful? Give feedback.
All reactions