Add progress notification callback for client (#721)

This commit is contained in:
ihrpr
2025-05-15 17:45:58 +01:00
committed by GitHub
parent 1bdeed33c2
commit 5d33861cad
6 changed files with 609 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ pytestmark = pytest.mark.anyio
async def test_list_tools_cursor_parameter():
"""Test that the cursor parameter is accepted for list_tools.
Note: FastMCP doesn't currently implement pagination, so this test
only verifies that the cursor parameter is accepted by the client.
"""