-
Notifications
You must be signed in to change notification settings - Fork 257
fix: complete #374
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
fix: complete #374
Conversation
Signed-off-by: Huabing (Robin) Zhao <[email protected]>
|
Can you add a test? Our tests should have caught this. |
|
Also the commit message should be something like: |
jba
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments in Conversation.
@jba this is my first PR on MCP Go SDK - could you suggest where is the best place to add this test? |
Guess it should be added to mcp_test.go. |
Signed-off-by: Huabing (Robin) Zhao <[email protected]>
f827c11 to
13257c4
Compare
Done. |
|
Thank you for the fix! |
mcp: change return value of Server.complete to concrete type
This makes it consistent with other methods that implement RPCs.
Fixes #375
cc @findleyr