Skip to content

Given a server configuration, how can I know if it's sse or streamablehttp server? #983

Description

@DavdGao

What I'm Doing

I'm coding an MCP client in Python.

Background

It seems like SSE and Streamablehttp protocol requires different clients to connect in this python-sdk.

My Question

Given an MCP server configuration as follows, how can I know if it's implemented by SSE or Streamablehttp protocol?

{
    "mcpServers": {
        "server_1": {
            "url": "http://xxx"
        }
    }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions