We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb5441 commit 8ad5fc3Copy full SHA for 8ad5fc3
tests/server/fastmcp/test_server.py
@@ -1073,6 +1073,7 @@ def prompt_fn(name: str) -> str:
1073
with pytest.raises(McpError, match="Missing required arguments"):
1074
await client.get_prompt("prompt_fn")
1075
1076
+ @pytest.mark.filterwarnings("ignore::DeprecationWarning:httpx")
1077
def test_streamable_http_no_redirect(self):
1078
"""Test that /mcp endpoint does not cause 307 redirect (PR #1115)."""
1079
from starlette.testclient import TestClient
0 commit comments