Skip to content

Commit b3bf4c9

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

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

examples/servers/simple-streamablehttp-stateless/mcp_simple_streamablehttp_stateless/server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ async def lifespan(app: Starlette) -> AsyncIterator[None]:
130130
debug=True,
131131
routes=[
132132
Mount("/mcp", app=handle_streamable_http),
133-
Mount("/mcp/", app=handle_streamable_http),
134133
],
135134
lifespan=lifespan,
136135
)

0 commit comments

Comments
 (0)