Unit 1 update gradio mcp client endpoint to work around mcp 1.9.0 breaking change #72
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
mcp1.9.0 has a breaking change for gradio mcp endpoints currently under investigation.The example gradio endpoint in unit 1
https://abidlabs-mcp-tools.hf.space/gradio_api/mcp/sseuses this latest version and returns404errors at present when invoked via the example code.This PR replaces the endpoint with a duplicated space created by the same author
https://abidlabs-mcp-tools2.hf.space/gradio_api/mcp/ssethat pinsmcpto1.8.1, avoiding the breaking change allowing the example to function as expected.This is a temporary solution but at least prevents
404returns from the current endpoint. It likewise addresses #57.