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

Function _make_context

tests/commands/apps/test_apps_command.py:68–71  ·  view source on GitHub ↗
(tool_manager=None)

Source from the content-addressed store, hash-verified

66
67
68def _make_context(tool_manager=None):
69 ctx = MagicMock()
70 ctx.tool_manager = tool_manager
71 return ctx
72
73
74# ---------------------------------------------------------------------------

Calls

no outgoing calls

Tested by

no test coverage detected