@taiga-ai/mcp-server 0.2.3-dev.182 → 0.2.3-dev.183
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
|
@@ -15,12 +15,13 @@ function resolveFeatureFlags(env) {
|
|
|
15
15
|
monitoring: true,
|
|
16
16
|
insights: env !== "prod",
|
|
17
17
|
uiSparring: env !== "prod",
|
|
18
|
+
flowStudio: env !== "prod",
|
|
18
19
|
checklists: env !== "prod"
|
|
19
20
|
});
|
|
20
21
|
}
|
|
21
22
|
/**
|
|
22
23
|
* Safe-default snapshot, resolved as `prod`: `deployments` and `monitoring` are
|
|
23
|
-
* GA (on) while the still-gated release toggles (`insights`, `uiSparring`, `checklists`) are
|
|
24
|
+
* GA (on) while the still-gated release toggles (`insights`, `uiSparring`, `flowStudio`, `checklists`) are
|
|
24
25
|
* off. Prefer
|
|
25
26
|
* {@link resolveFeatureFlags} with the app's real environment. Retained for
|
|
26
27
|
* consumers that have no environment of their own — notably the published MCP
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|