Skip to content

Commit c994d0f

Browse files
remove debug from Starlette
1 parent a34ce9d commit c994d0f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/integrations/mcp/test_mcp.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ async def test_tool_handler_async(
277277
)
278278

279279
app = Starlette(
280-
debug=True,
281280
routes=[
282281
Mount("/mcp", app=session_manager.handle_request),
283282
],
@@ -471,7 +470,6 @@ async def test_prompt_handler_async(
471470
)
472471

473472
app = Starlette(
474-
debug=True,
475473
routes=[
476474
Mount("/mcp", app=session_manager.handle_request),
477475
],
@@ -617,7 +615,6 @@ async def test_resource_handler_async(sentry_init, capture_events):
617615
)
618616

619617
app = Starlette(
620-
debug=True,
621618
routes=[
622619
Mount("/mcp", app=session_manager.handle_request),
623620
],
@@ -1101,7 +1098,6 @@ def test_streamable_http_transport_detection(sentry_init, capture_events):
11011098
)
11021099

11031100
app = Starlette(
1104-
debug=True,
11051101
routes=[
11061102
Mount("/mcp", app=session_manager.handle_request),
11071103
],

0 commit comments

Comments
 (0)