MCPcopy Create free account
hub / github.com/IBM/mcp-cli / _req

Function _req

tests/dashboard/test_server_extra.py:22–25  ·  view source on GitHub ↗
(path: str)

Source from the content-addressed store, hash-verified

20
21
22def _req(path: str):
23 r = MagicMock()
24 r.path = path
25 return r
26
27
28class _FakeWS:

Calls

no outgoing calls

Tested by

no test coverage detected