@taiga-ai/mcp-server 0.2.3-dev.225 → 0.2.3-dev.226

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,6 +135,19 @@ 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.
145
+ */
146
+ engineerPod: {
147
+ description: "Factory v2 engineer pod: the admin-only /v1/engineer endpoints that trigger the Runtime Instances probe runtime (dev/staging only).",
148
+ availability: "non-prod"
149
+ },
150
+ /**
138
151
  * Questionnaire filling (PRO-932) — a customer uploads their own requirement
139
152
  * spreadsheet, Taiga answers what the project's evidence supports with
140
153
  * `document@version` citations, a human attests, and the answers are written
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ai/mcp-server",
3
- "version": "0.2.3-dev.225",
3
+ "version": "0.2.3-dev.226",
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",