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 74023cf commit b9743bdCopy full SHA for b9743bd
tests/server/fastmcp/test_server.py
@@ -754,7 +754,7 @@ def get_csv(user: str) -> str:
754
755
assert hasattr(template, "mimeType")
756
assert template.mimeType == "text/csv"
757
-
+
758
async with client_session(mcp._mcp_server) as client:
759
result = await client.read_resource(AnyUrl("resource://bob/csv"))
760
assert isinstance(result.contents[0], TextResourceContents)
0 commit comments