Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
class
DummyCommandGroup(CommandGroup):
Callers
15
test_no_sessions
Method · 0.45
test_list_with_sessions
Method · 0.45
test_list_default_when_empty_args
Method · 0.45
test_provider_model_formatting
Method · 0.45
test_message_count_stored_as_string
Method · 0.45
test_updated_at_truncated_to_19_chars
Method · 0.45
test_save_no_chat_context
Method · 0.45
test_save_successful
Method · 0.45
test_save_returns_none_path_gives_error
Method · 0.45
test_save_context_without_save_session_attr
Method · 0.45
test_load_no_session_id
Method · 0.45
test_load_no_chat_context
Method · 0.45
Calls
1
CommandResult
Class · 0.90
Tested by
no test coverage detected