-
Notifications
You must be signed in to change notification settings - Fork 3.3k
mount_path does not work with sse_app #783
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingneeds reproneeds additional information to be able to reproduce bugneeds additional information to be able to reproduce bug
Description
while i start mcp server with mcp.run, provided with mount_path, then client get bad response with 404。
the endpoint for handling post message should be normalized_message_endpoint, not the original message_path
routes.append(
Mount(
self.settings.message_path,
app=sse.handle_post_message,
)
)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneeds reproneeds additional information to be able to reproduce bugneeds additional information to be able to reproduce bug