-
The MCP documentation states:
I think this is a valuable feature but haven't found it as library function. Is there currently support for doing so? In the documentation to message handling it says:
And the actual protocol documentation has this section: https://spec.modelcontextprotocol.io/specification/2024-11-05/basic/utilities/progress/
Edit: My personal context - I currently have to increase timeout configurations in my MCP Client which is not ideal for end users. From the user perspective it would be best to not get a timeout error on long running operations (~1 minute in my case) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I believe the example here is what you are looking for. https://github.com/mark3labs/mcp-go/blob/main/examples/everything/main.go#L351-L389 |
Beta Was this translation helpful? Give feedback.
I believe the example here is what you are looking for. https://github.com/mark3labs/mcp-go/blob/main/examples/everything/main.go#L351-L389