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 47f4f75 commit 447d856Copy full SHA for 447d856
src/mcp/server/fastmcp/resources/types.py
@@ -59,7 +59,7 @@ async def read(self) -> str | bytes:
59
# If it's a coroutine, await it
60
if inspect.iscoroutine(result):
61
result = await result
62
-
+
63
if isinstance(result, Resource):
64
return await result.read()
65
elif isinstance(result, bytes):
0 commit comments