Replies: 3 comments
|
Sample Python code: The communication to get the tools and execute the tools works as expected, but when the server responds with the sampling request the callback will not execute at the client and the operation will cancel at the server. |
0 replies
|
Got a working sample in C#, but my Python code still will not work: |
0 replies
|
Solved, this was a python issue, missing from the documentation. |
0 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
Discussion Topic
Anyone can provide a sample with a client that supports sampling?
I tried connecting a Python client to the MCP Sse Server sample, but the callback method is never reached in my Python code.
As for .NET I did not find any sample demonstrating sampling.
All reactions