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 151b7f3 commit e4aae92Copy full SHA for e4aae92
src/agents/mcp/server.py
@@ -92,12 +92,12 @@ async def list_resources(self) -> ListResourcesResult:
92
pass
93
94
@abc.abstractmethod
95
- async def read_resource(self, uri:AnyUrl) -> ReadResourceResult:
+ async def read_resource(self, uri: AnyUrl) -> ReadResourceResult:
96
"""Read the content of a resource by URI."""
97
98
99
100
- async def subscribe_resource(self, uri:AnyUrl, **kwargs) -> AsyncIterator[SessionMessage]:
+ async def subscribe_resource(self, uri: AnyUrl, **kwargs) -> AsyncIterator[SessionMessage]:
101
"""Subscribe to resource updates."""
102
103
0 commit comments