MCPcopy
hub / github.com/HKUDS/OpenHarness / handler

Method handler

tests/test_ohmo/test_gateway.py:2150–2152  ·  view source on GitHub ↗
(self, args, context)

Source from the content-addressed store, hash-verified

2148
2149 class FakeCommand:
2150 async def handler(self, args, context):
2151 assert args == ""
2152 return CommandResult(message="Permission mode set to plan", refresh_runtime=True)
2153
2154 async def fake_build_runtime(**kwargs):
2155 build_calls.append(kwargs)

Calls 1

CommandResultClass · 0.90

Tested by

no test coverage detected