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

Class ModelGroup

tests/commands/test_base.py:331–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329 """Test model command treats unknown subcommand as model name."""
330
331 class ModelGroup(CommandGroup):
332 @property
333 def name(self) -> str:
334 return "model"
335
336 @property
337 def description(self) -> str:
338 return "Test model group"
339
340 group = ModelGroup()
341 set_cmd = DummyCommand(name="set", description="Set model")

Callers 1

Calls

no outgoing calls

Tested by 1