MCPcopy Index your code
hub / github.com/modelcontextprotocol/python-sdk / send_raw_request

Method send_raw_request

tests/shared/test_peer.py:183–186  ·  view source on GitHub ↗
(
            self, method: str, params: Mapping[str, Any] | None, opts: Any = None
        )

Source from the content-addressed store, hash-verified

181
182 class _Out:
183 async def send_raw_request(
184 self, method: str, params: Mapping[str, Any] | None, opts: Any = None
185 ) -> dict[str, Any]:
186 raise NotImplementedError
187
188 async def notify(self, method: str, params: Mapping[str, Any] | None, opts: Any = None) -> None:
189 sent.append((method, params))

Calls

no outgoing calls

Tested by

no test coverage detected