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

Method raw_send

tests/integration/test_mcp.py:142–145  ·  view source on GitHub ↗

Send a raw object and return the raw response (no error raising).

(self, obj: dict)

Source from the content-addressed store, hash-verified

140 self._send({"jsonrpc": "2.0", "method": method, "params": params or {}})
141
142 def raw_send(self, obj: dict) -> dict:
143 """Send a raw object and return the raw response (no error raising)."""
144 self._send(obj)
145 return self._recv()
146
147 # ------------------------------------------------------------------
148 # MCP convenience helpers

Callers

nothing calls this directly

Calls 2

_sendMethod · 0.95
_recvMethod · 0.95

Tested by

no test coverage detected