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

Method get_client

src/mcp_cli/planning/executor.py:47–51  ·  view source on GitHub ↗
(
        self,
        provider: str | None = None,
        model: str | None = None,
    )

Source from the content-addressed store, hash-verified

45 """Minimal interface for model manager used by PlanRunner."""
46
47 def get_client(
48 self,
49 provider: str | None = None,
50 model: str | None = None,
51 ) -> Any: ...
52
53
54# Callback type aliases (sync or async)

Calls

no outgoing calls