Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
155
class
TestUnifiedCommand:
Callers
8
test_command_execution
Method · 0.95
test_group_execute_no_subcommand
Method · 0.45
test_group_execute_with_subcommand
Method · 0.45
test_group_execute_invalid_subcommand
Method · 0.45
test_group_special_list_subcommand
Method · 0.45
test_group_model_command_shortcut
Method · 0.45
test_group_provider_command_shortcut
Method · 0.45
run_tool_call
Function · 0.45
Calls
1
CommandResult
Class · 0.90
Tested by
no test coverage detected