8000 Routing pattern not included in /message endpoint when using SSE Server · Issue #280 · modelcontextprotocol/csharp-sdk · GitHub
[go: up one dir, main page]

Skip to content
Routing pattern not included in /message endpoint when using SSE Server #280
Open
@anibal-acosta

Description

@anibal-acosta

When you set a routing pattern like ...

app.MapMcp("mymcpserver")

The endpoint works with /mymcpserver/sse but this return

event: endpoint
data: /message?sessionId=XXX

should be

event: endpoint
data: {routing_pattern}/message?sessionId=XXX

In my example should be

event: endpoint
data: /mymcpserver/message?sessionId=XXX

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0