You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-24
Original file line number
Diff line number
Diff line change
@@ -449,30 +449,6 @@ if __name__ == "__main__":
449
449
450
450
For more information on mounting applications in Starlette, see the [Starlette documentation](https://www.starlette.io/routing/#submounting-routes).
451
451
452
-
#### Message Dispatch Options
453
-
454
-
By default, the SSE server uses an in-memory message dispatch system for incoming POST messages. For production deployments or distributed scenarios, you can use Redis or implement your own message dispatch system that conforms to the `MessageDispatch` protocol:
455
-
456
-
```python
457
-
# Using the built-in Redis message dispatch
458
-
from mcp.server.fastmcp import FastMCP
459
-
from mcp.server.message_queue import RedisMessageDispatch
0 commit comments