Replies: 1 comment 3 replies
-
Continuation:
|
Beta Was this translation helpful? Give feedback.
3 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
Currently, I'm experimenting to migrate to official go-sdk from mark3labs/mcp-go (https://github.com/containers/kubernetes-mcp-server) and I'm trying to find the equivalent ways in go-sdk to keep the functionality working.
This works as a middleware basically to get the values in the context in the request and update if it is necessary. I think, official recommendation in go-sdk is to use
Middleware
. But I don't think, plainrequest
can be passed to Middleware?. Is that correct?. We can pass standard HTTP middlewares to mux for such cases (by skipping sdk), but I'm not sure this is the correct approach?.I couldn't find any example about the appropriate usage of base url in go-sdk.
What is the way of setting Stremeable HTTP to stateless?.
Beta Was this translation helpful? Give feedback.
All reactions