@taiga-ai/mcp-server 0.2.3-dev.226 → 0.2.3-dev.228
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -135,16 +135,21 @@ const featureFlagDefinitions = Object.freeze({
|
|
|
135
135
|
availability: "non-prod"
|
|
136
136
|
},
|
|
137
137
|
/**
|
|
138
|
-
* Factory v2 engineer pod (PRO-1313..1315)
|
|
139
|
-
* endpoints that trigger the EC2-backed
|
|
140
|
-
*
|
|
141
|
-
*
|
|
142
|
-
*
|
|
143
|
-
*
|
|
144
|
-
*
|
|
138
|
+
* Factory v2 engineer pod (PRO-1313..1315, PRO-1331). Two roles:
|
|
139
|
+
* - the admin-only `/v1/engineer/*` endpoints that trigger the EC2-backed
|
|
140
|
+
* Runtime Instances probe runtime (when `false` the routes are not
|
|
141
|
+
* registered, so nothing in the product can reach that runtime);
|
|
142
|
+
* - the environment kill-switch for agent-runtime routing (PRO-1331): with
|
|
143
|
+
* it on, a tenant holding a live `engineer_runtime` entitlement has its
|
|
144
|
+
* initiative planning jobs and build runs routed to the engineer runtime
|
|
145
|
+
* (fail-closed until the run contract lands, PRO-1333); with it off,
|
|
146
|
+
* every tenant stays on the legacy agents whatever the entitlement rows
|
|
147
|
+
* say.
|
|
148
|
+
* OFF in prod until the real engineer pod ships behind its own, separate
|
|
149
|
+
* rollout decision.
|
|
145
150
|
*/
|
|
146
151
|
engineerPod: {
|
|
147
|
-
description: "Factory v2 engineer pod: the admin-only /v1/engineer endpoints
|
|
152
|
+
description: "Factory v2 engineer pod: the admin-only /v1/engineer probe endpoints, and the kill-switch for routing engineer_runtime-entitled tenants to the engineer runtime (dev/staging only).",
|
|
148
153
|
availability: "non-prod"
|
|
149
154
|
},
|
|
150
155
|
/**
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|