Merged
Conversation
Replace the multi-scenario, argparse-driven demo with a single focused script that shows one short BRAF/melanoma workflow over Streamable HTTP. Remove health checks, scenario registries, and framework scaffolding. Add resolve_base_url() helper for optional positional URL argument. Update demo README, remote-http docs, and test coverage to match.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
demo/streamable_http_client.pywith a single focused script that shows one short BRAF/melanoma workflow over Streamable HTTPresolve_base_url()helper; default remainshttp://127.0.0.1:8080demo/README.mdanddocs/getting-started/remote-http.mdto match the simplified interfacetests/test_streamable_http_demo.pyand related docs-contract testsTest plan
pytest tests/test_streamable_http_demo.py tests/test_docs_changelog_refresh.py -v— 16 passedcargo test— all Rust unit tests passuv run --quiet --script demo/streamable_http_client.pyruns successfully against a livebiomcp serve-httpinstance (tested locally on port 8080)