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

Method execute

tests/commands/test_base.py:151–152  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

149 self._aliases = value
150
151 async def execute(self, **kwargs) -> CommandResult:
152 return CommandResult(success=True, output="Test executed")
153
154
155class TestUnifiedCommand:

Calls 1

CommandResultClass · 0.90

Tested by

no test coverage detected