10000 Given a server configuration, how can I know if it's sse or streamablehttp server? · Issue #983 · modelcontextprotocol/python-sdk · GitHub
[go: up one dir, main page]

Skip to content
Given a server configuration, how can I know if it's sse or streamablehttp server? #983
Open
@DavdGao

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"
        }
    }
}

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

      0