MCPcopy
hub / github.com/su-kaka/gcli2api / get_proxy_config

Function get_proxy_config

config.py:116–119  ·  view source on GitHub ↗

Get proxy configuration.

()

Source from the content-addressed store, hash-verified

114
115# Configuration getters - all async
116async def get_proxy_config():
117 """Get proxy configuration."""
118 proxy_url = await get_config_value("proxy", env_var="PROXY")
119 return proxy_url if proxy_url else None
120
121
122async def get_auto_ban_enabled() -> bool:

Callers 1

get_client_kwargsMethod · 0.90

Calls 1

get_config_valueFunction · 0.85

Tested by

no test coverage detected