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

Method is_custom_provider

src/mcp_cli/utils/preferences.py:660–662  ·  view source on GitHub ↗

Check if a provider is a custom provider.

(self, name: str)

Source from the content-addressed store, hash-verified

658 return self.preferences.provider.custom_providers.get(name)
659
660 def is_custom_provider(self, name: str) -> bool:
661 """Check if a provider is a custom provider."""
662 return name in self.preferences.provider.custom_providers
663
664 def update_custom_provider(
665 self,

Callers 3

Calls

no outgoing calls

Tested by 3