Conversation
… BRAF/melanoma scenario - Add demo/README.md with what/how/expect sections aligned to demo output - Add --scenario CLI argument for scenario selection without source edits - Tighten default braf-melanoma scenario: step 3 is now melanoma-scoped (5 of 104 results vs 455) - Add /health probe with bounded timeout and startup guidance on failure - Suppress uv dependency noise via --quiet flag in documented run commands - Add 7 demo-specific tests covering health probe timeout, CLI arg parsing, and scenario markers - Update remote-http.md docs and technical overview to reflect changes
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/README.mdwith clear sections for what the demo proves, how to start the server, how to run the client, and what output to expect--scenarioCLI argument so users can select scenarios without editing sourcebraf-melanomascenario: the final trial search step is now melanoma-scoped (returning 5 of 104 matched trials instead of 455 broad results), keeping the narrative coherent end-to-end/healthprobe with bounded timeout and actionable startup guidance on failure, so the script doubles as an operator smoke check--quietflag in run commands to suppress first-runuvdependency noiseTest plan
uv run --quiet --script demo/streamable_http_client.py --helpshows usage with--scenarioarguv run --quiet --script demo/streamable_http_client.py --scenario invalidexits withinvalid choiceerroruv run --quiet --script demo/streamable_http_client.py http://127.0.0.1:9999exits withHealth check failed+ startup guidancebiomcp serve-http: printsHealth check passed,Available tools: biomcp, step-3 echocondition=melanoma, mutation=BRAF V600Epytest tests/ -q— 43 passed, 0 failed