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

Method load_from_file

src/mcp_cli/config/models.py:199–201  ·  view source on GitHub ↗

Alias for load_sync for backward compatibility.

(cls, config_path: Path)

Source from the content-addressed store, hash-verified

197
198 @classmethod
199 def load_from_file(cls, config_path: Path) -> MCPConfig:
200 """Alias for load_sync for backward compatibility."""
201 return cls.load_sync(config_path)
202
203
204class ConfigOverride(BaseModel):

Calls 1

load_syncMethod · 0.80