MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / clear_resource_cache

Method clear_resource_cache

src/services/mcp/client.py:690–691  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

688 return all_resources
689
690 def clear_resource_cache(self) -> None:
691 self._resource_cache.clear()
692
693 async def call_tool_with_retry(
694 self,

Callers 1

test_resource_cacheMethod · 0.95

Calls 1

clearMethod · 0.45

Tested by 1

test_resource_cacheMethod · 0.76