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

Method result

tests/chat/test_tool_processor.py:1461–1462  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1459 class Broken:
1460 @property
1461 def result(self):
1462 raise RuntimeError("broken")
1463
1464 # The exception handler should return False
1465 val = ToolProcessor._result_contains_patch(Broken())

Calls

no outgoing calls

Tested by

no test coverage detected