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

Method get_custom_providers

src/mcp_cli/utils/preferences.py:652–654  ·  view source on GitHub ↗

Get all custom providers.

(self)

Source from the content-addressed store, hash-verified

650 return False
651
652 def get_custom_providers(self) -> dict[str, dict[str, Any]]:
653 """Get all custom providers."""
654 return self.preferences.provider.custom_providers.copy()
655
656 def get_custom_provider(self, name: str) -> dict[str, Any] | None:
657 """Get a specific custom provider configuration."""

Calls

no outgoing calls