Replies: 1 comment 2 replies
-
I would suggest using a locally run streaming http server instead of stdio. It makes things much more complicated to not have the server be a webserver on terms of oauth, and streaming http works really well locally too. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Pre-submission Checklist
Question Category
Your Question
I see numerous examples and discussions about how to handle authentication with an MCP server that uses HTTP, but I have not seen any examples for doing authentication with a locally running MCP server using Stdin/stdout.
My practical use case is my MCP server talks to a backend server that requires authentication using OAuth.
Beta Was this translation helpful? Give feedback.
All reactions