mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-19 06:54:18 +01:00
Add message queue for SSE messages POST endpoint (#459)
This commit is contained in:
@@ -51,7 +51,7 @@ async def test_stdio_server():
|
||||
|
||||
async with write_stream:
|
||||
for response in responses:
|
||||
session_message = SessionMessage(response)
|
||||
session_message = SessionMessage(message=response)
|
||||
await write_stream.send(session_message)
|
||||
|
||||
stdout.seek(0)
|
||||
|
||||
Reference in New Issue
Block a user