You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Diagnostics list manifests and basic issues (api/app/main.py:3714, 3721‑3756)
197
+
3) Activate backend
198
+
-`FEATURE_V3_PLUGINS=true` and `OUTBOUND_BACKEND=<id>` (api/app/config.py:380‑385)
199
+
- Or `PUT /plugins/{id}/config` (api/app/main.py:6288‑6323), then restart (api/app/main.py:6322)
200
+
4) Runtime
201
+
- Send path uses manifest when present (api/app/main.py:4086, 4093‑4153; 5045‑5090)
202
+
- Status refresh via `POST /admin/fax-jobs/{job_id}/refresh` (api/app/main.py:3496‑3608)
203
+
204
+
RAG/MCP: You can ask the code RAG things like “show the manifest schema” or “where is install endpoint” and get citations. See rag‑service docs for MCP setup.
0 commit comments