Skip to content

Commit e248cb3

Browse files
committed
Fix README.md code example formatting for CI tests
1 parent 30b38f9 commit e248cb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,6 @@ app = Starlette(
409409
# Using settings-based configuration
410410
Mount("/github", app=github_mcp.sse_app()),
411411
Mount("/browser", app=browser_mcp.sse_app()),
412-
413412
# Using direct mount path parameter
414413
Mount("/curl", app=curl_mcp.sse_app("/curl")),
415414
Mount("/search", app=search_mcp.sse_app("/search")),

0 commit comments

Comments
 (0)