MCPcopy
hub / github.com/github/spec-kit / get_integration

Function get_integration

src/specify_cli/integrations/__init__.py:32–34  ·  view source on GitHub ↗

Return the integration for *key*, or ``None`` if not registered.

(key: str)

Source from the content-addressed store, hash-verified

30
31
32def get_integration(key: str) -> IntegrationBase | None:
33 """Return the integration for *key*, or ``None`` if not registered."""
34 return INTEGRATION_REGISTRY.get(key)
35
36
37# -- Register built-in integrations --------------------------------------

Calls 1

getMethod · 0.45