MCPcopy Create free account
hub / github.com/AQ-MedAI/MedMemoryBench / patch

Method patch

methods/MIRIX/tests/test_raw_memory.py:772–774  ·  view source on GitHub ↗
(self, path, **kwargs)

Source from the content-addressed store, hash-verified

770 return requests.post(f"{self.base_url}{path}", headers=self.headers, **kwargs)
771
772 def patch(self, path, **kwargs):
773 kwargs.setdefault("timeout", 10)
774 return requests.patch(f"{self.base_url}{path}", headers=self.headers, **kwargs)
775
776 def delete(self, path, **kwargs):
777 kwargs.setdefault("timeout", 10)

Callers 15

update_agentMethod · 0.80
attach_toolMethod · 0.80
detach_toolMethod · 0.80
update_sourceMethod · 0.80
attach_sourceMethod · 0.80
detach_sourceMethod · 0.80
update_toolMethod · 0.80
update_sandbox_configMethod · 0.80
attach_blockMethod · 0.80
detach_blockMethod · 0.80

Calls 1

setdefaultMethod · 0.45

Tested by

no test coverage detected