MCPcopy
hub / github.com/smittix/intercept / post

Method post

utils/agent_client.py:144–146  ·  view source on GitHub ↗

Public POST method for arbitrary endpoints.

(self, path: str, data: dict | None = None, timeout: float | None = None)

Source from the content-addressed store, hash-verified

142 raise AgentHTTPError(f"Request failed: {e}")
143
144 def post(self, path: str, data: dict | None = None, timeout: float | None = None) -> dict:
145 """Public POST method for arbitrary endpoints."""
146 return self._post(path, data, timeout=timeout)
147
148 # =========================================================================
149 # Capability & Status

Callers 15

runMethod · 0.80
_postMethod · 0.80
proxy_wifi_monitorFunction · 0.80
test_stop_scanFunction · 0.80
test_send_deauth_successFunction · 0.80

Calls 1

_postMethod · 0.95