fix: use correct underlying server attribute for SSE handling in FastMCP
All checks were successful
Build and Push Monarch MCP Docker Image / build (push) Successful in 9s
All checks were successful
Build and Push Monarch MCP Docker Image / build (push) Successful in 9s
This commit is contained in:
@@ -188,10 +188,10 @@ def create_app():
|
||||
read_stream,
|
||||
write_stream,
|
||||
):
|
||||
await mcp.run(
|
||||
await mcp._mcp_server.run(
|
||||
read_stream,
|
||||
write_stream,
|
||||
mcp.create_initialization_options(),
|
||||
mcp._mcp_server.create_initialization_options(),
|
||||
)
|
||||
|
||||
routes = [
|
||||
|
||||
Reference in New Issue
Block a user