MCPcopy Create free account
hub / github.com/anthropics/anthropic-sdk-python / make_sync_client

Function make_sync_client

tests/test_middleware.py:53–54  ·  view source on GitHub ↗
(**kwargs: Any)

Source from the content-addressed store, hash-verified

51
52
53def make_sync_client(**kwargs: Any) -> Anthropic:
54 return Anthropic(base_url=base_url, api_key=api_key, _strict_response_validation=True, **kwargs)
55
56
57def make_async_client(**kwargs: Any) -> AsyncAnthropic:

Calls 1

AnthropicClass · 0.90

Tested by

no test coverage detected