Skip to content

Commit 645e1ab

Browse files
authored
Streamable HTTP Trailing Slash Compatibility
1 parent b3bf4c9 commit 645e1ab

File tree

1 file changed

+0
-1
lines changed
  • examples/servers/simple-streamablehttp/mcp_simple_streamablehttp

1 file changed

+0
-1
lines changed

examples/servers/simple-streamablehttp/mcp_simple_streamablehttp/server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ async def lifespan(app: Starlette) -> AsyncIterator[None]:
158158
debug=True,
159159
routes=[
160160
Mount("/mcp", app=handle_streamable_http),
161-
Mount("/mcp/", app=handle_streamable_http),
162161
],
163162
lifespan=lifespan,
164163
)

0 commit comments

Comments
 (0)