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

Method execute

tests/commands/definitions/test_help_coverage.py:52–53  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

50 return self._help_text
51
52 async def execute(self, **kwargs) -> CommandResult:
53 return CommandResult(success=True, output=f"{self.name} executed")
54
55
56class DummyCommandGroup(CommandGroup):

Calls 1

CommandResultClass · 0.90

Tested by

no test coverage detected