Expand description
Connector health and status listing.
Reports which connectors are configured and healthy. Used by both the
ctx sources CLI command and the GET /tools/sources HTTP endpoint.
§Health Checks
Each connector performs a lightweight health check:
| Connector | Healthy When |
|---|---|
filesystem | Configured root directory exists |
git | git --version succeeds (binary is on PATH) |
s3 | Always true if configured (credentials checked at sync time) |
slack, jira | Placeholder — always NOT CONFIGURED |
Structs§
- Source
Status - Health and configuration status of a single connector.
Functions§
- get_
sources - Returns the configuration and health status of all known connectors.
- list_
sources - CLI entry point for
ctx sources.