-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
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,
)
)
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