MCPcopy Create free account
hub / github.com/bugy/script-server / __init__

Method __init__

src/tests/utils/mock_server.py:10–11  ·  view source on GitHub ↗
(self, body)

Source from the content-addressed store, hash-verified

8
9class MockResponse:
10 def __init__(self, body):
11 self.body = body
12
13 def __call__(self, request_handler):
14 if self.body:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected