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

Method get_custom_provider

src/mcp_cli/utils/preferences.py:656–658  ·  view source on GitHub ↗

Get a specific custom provider configuration.

(self, name: str)

Source from the content-addressed store, hash-verified

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."""
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."""

Calls 1

getMethod · 0.45