Skip to content

Commit 90134a9

Browse files
authored
fix: missing slash on SSE /messages path (#71)
1 parent b25056f commit 90134a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp_proxy/mcp_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def create_single_instance_routes(
6464
stateless_instance,
6565
)
6666

67-
sse_transport = SseServerTransport("messages/")
67+
sse_transport = SseServerTransport("/messages/")
6868
http_session_manager = StreamableHTTPSessionManager(
6969
app=mcp_server_instance,
7070
event_store=None,

0 commit comments

Comments
 (0)