@taiga-ai/mcp-server 0.2.3-dev.227 → 0.2.3-dev.229

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): the admin-only `/v1/engineer/*`
139
- * endpoints that trigger the EC2-backed Runtime Instances probe runtime.
140
- * When `false` the routes are not registered, so nothing in the product can
141
- * reach that runtime. This flag NEVER re-routes real work: the existing
142
- * planning and coding agents remain the only dispatch path in every
143
- * environment. OFF in prod until the real engineer pod ships behind its
144
- * own, separate rollout decision.
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 that trigger the Runtime Instances probe runtime (dev/staging only).",
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ai/mcp-server",
3
- "version": "0.2.3-dev.227",
3
+ "version": "0.2.3-dev.229",
4
4
  "description": "MCP server for Taiga -- gives AI assistants access to documents, skills, and projects",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",