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

Method get_config_file

src/mcp_cli/utils/preferences.py:500–502  ·  view source on GitHub ↗

Get default config file path.

(self)

Source from the content-addressed store, hash-verified

498 self.save_preferences()
499
500 def get_config_file(self) -> str | None:
501 """Get default config file path."""
502 return self.preferences.config_file
503
504 def set_config_file(self, config_file: str) -> None:
505 """Set default config file path."""

Callers 1

test_config_fileMethod · 0.95

Calls

no outgoing calls

Tested by 1

test_config_fileMethod · 0.76