MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / resources_read

Method resources_read

tests/integration/test_mcp.py:172–174  ·  view source on GitHub ↗
(self, uri: str)

Source from the content-addressed store, hash-verified

170 return result.get("resources", [])
171
172 def resources_read(self, uri: str) -> list[dict]:
173 result = self.request("resources/read", {"uri": uri})
174 return result.get("contents", [])
175
176 def prompts_list(self) -> list[dict]:
177 result = self.request("prompts/list")

Calls 2

requestMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected