Skip to content

Support for Streamable HTTP #42

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Support for Streamable HTTP #42

wants to merge 4 commits into from

Conversation

anyon17
Copy link

@anyon17 anyon17 commented May 3, 2025

This PR adds the support for Streamable HTTP

@anyon17 anyon17 mentioned this pull request May 3, 2025
@ezynda3
Copy link
Contributor

ezynda3 commented May 13, 2025

@anyon17 Could you add some info in the README for how to configure streamable http?

@anyon17
Copy link
Author

anyon17 commented May 14, 2025

@ezynda3 So the config json file would just contain similar to sse transport:

{
    "mcpServers": {
        "dummy_server": {
            "transport": "streamable",
            "url": "<SERVER ENDPOINT>"
        }
    }
}

Adding the same in README also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants