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 8ad5fc3 commit bccd718Copy full SHA for bccd718
tests/server/fastmcp/test_server.py
@@ -1073,8 +1073,9 @@ 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.anyio
1077
@pytest.mark.filterwarnings("ignore::DeprecationWarning:httpx")
- def test_streamable_http_no_redirect(self):
1078
+ async def test_streamable_http_no_redirect(self):
1079
"""Test that /mcp endpoint does not cause 307 redirect (PR #1115)."""
1080
from starlette.testclient import TestClient
1081
0 commit comments