-
Notifications
You must be signed in to change notification settings - Fork 74
Client's ReadResource is broken #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
rvoh-emccaleb
added a commit
to rvoh-emccaleb/mcp-golang
that referenced
this issue
Jan 27, 2025
rvoh-emccaleb
added a commit
to rvoh-emccaleb/mcp-golang
that referenced
this issue
Jan 27, 2025
rvoh-emccaleb
added a commit
to rvoh-emccaleb/mcp-golang
that referenced
this issue
Jan 27, 2025
…ent can unmarshal
faik
added a commit
to robomotionio/mcp-golang
that referenced
this issue
Apr 9, 2025
This commit fixes issue metoro-io#67 where the Client's ReadResource method was incorrectly attempting to parse server responses. The bug occurred because the response type returned by the server (ResourceResponse) differed from what the client expected (resourceResponseSent).
This was referenced Apr 9, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the
Client
'sReadResource()
method is broken.I will push a fix in a PR.
The text was updated successfully, but these errors were encountered: