Draft
Add configurable MCP transport CLI (stdio/sse/streamable-http) for network deployments#61
stdio/sse/streamable-http) for network deployments#61Conversation
Agent-Logs-Url: https://github.com/openags/paper-search-mcp/sessions/de1c21f4-b05f-4f21-8ebc-c8af21442afd Co-authored-by: universea <13444641+universea@users.noreply.github.com>
Agent-Logs-Url: https://github.com/openags/paper-search-mcp/sessions/de1c21f4-b05f-4f21-8ebc-c8af21442afd Co-authored-by: universea <13444641+universea@users.noreply.github.com>
Agent-Logs-Url: https://github.com/openags/paper-search-mcp/sessions/de1c21f4-b05f-4f21-8ebc-c8af21442afd Co-authored-by: universea <13444641+universea@users.noreply.github.com>
Agent-Logs-Url: https://github.com/openags/paper-search-mcp/sessions/de1c21f4-b05f-4f21-8ebc-c8af21442afd Co-authored-by: universea <13444641+universea@users.noreply.github.com>
Agent-Logs-Url: https://github.com/openags/paper-search-mcp/sessions/de1c21f4-b05f-4f21-8ebc-c8af21442afd Co-authored-by: universea <13444641+universea@users.noreply.github.com>
Agent-Logs-Url: https://github.com/openags/paper-search-mcp/sessions/de1c21f4-b05f-4f21-8ebc-c8af21442afd Co-authored-by: universea <13444641+universea@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add --transport CLI flag for containerized deployments
Add configurable MCP transport CLI (Apr 21, 2026
stdio/sse/streamable-http) for network deployments
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.
paper_search_mcp.server:main()was hardcoded totransport="stdio", which blocked direct use in containerized and remote MCP deployments. This PR adds an additive CLI transport surface while preserving existing subprocess behavior by default.CLI transport and network options
--transport {stdio,sse,streamable-http}(default:stdio)--host,--port, and--pathflags to support networked serving modesTransport-specific runtime wiring
sse/streamable-http: applyhostandportstreamable-http: applypath(streamable_http_path)stdio: ignore network-only optionsInput validation
1..65535) with clear argparse error messages for invalid/non-integer inputDependency floor update
mcp[cli]minimum version from>=1.6.0to>=1.8.0to align with streamable-http availabilityDocs and focused coverage
sseandstreamable-httptests/test_server_main.pyto cover defaults, transport option application, and invalid port casesWarning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
api.archives-ouvertes.fr/usr/bin/python python -m unittest discover -s tests -p test_*.py(dns block)api.base-search.net/usr/bin/python python -m unittest discover -s tests -p test_*.py(dns block)api.biorxiv.org/usr/bin/python python -m unittest discover -s tests -p test_*.py(dns block)api.crossref.org/usr/bin/python python -m unittest discover -s tests -p test_*.py(dns block)api.medrxiv.org/usr/bin/python python -m unittest discover -s tests -p test_*.py(dns block)api.openaire.eu/usr/bin/python python -m unittest discover -s tests -p test_*.py(dns block)api.semanticscholar.org/usr/bin/python python -m unittest discover -s tests -p test_*.py(dns block)citeseerx.ist.psu.edu/usr/bin/python python -m unittest discover -s tests -p test_*.py(dns block)dblp.org/usr/bin/python python -m unittest discover -s tests -p test_*.py(dns block)doaj.org/usr/bin/python python -m unittest discover -s tests -p test_*.py(dns block)eprint.iacr.org/usr/bin/python python -m unittest discover -s tests -p test_*.py(dns block)export.arxiv.org/usr/bin/python python -m unittest discover -s tests -p test_*.py(dns block)scholar.google.com/usr/bin/python python -m unittest discover -s tests -p test_*.py(dns block)sci-hub.se/usr/bin/python python -m unittest discover -s tests -p test_*.py(dns block)zenodo.org/usr/bin/python python -m unittest discover -s tests -p test_*.py(dns block)If you need me to access, download, or install something from one of these locations, you can either: