@taiga-ai/mcp-server 0.2.3-dev.141 → 0.2.3-dev.143

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
@@ -14,14 +14,13 @@ function resolveFeatureFlags(env) {
14
14
  deployments: true,
15
15
  monitoring: true,
16
16
  insights: env !== "prod",
17
- uiSparring: env !== "prod",
18
- monitoringErrorGroups: env !== "prod"
17
+ uiSparring: env !== "prod"
19
18
  });
20
19
  }
21
20
  /**
22
21
  * Safe-default snapshot, resolved as `prod`: `deployments` and `monitoring` are
23
- * GA (on) while the still-gated release toggles (`insights`, `uiSparring`,
24
- * `monitoringErrorGroups`) are off. Prefer
22
+ * GA (on) while the still-gated release toggles (`insights`, `uiSparring`) are
23
+ * off. Prefer
25
24
  * {@link resolveFeatureFlags} with the app's real environment. Retained for
26
25
  * consumers that have no environment of their own — notably the published MCP
27
26
  * server — so an unconfigured runtime never leaks a work-in-progress feature.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ai/mcp-server",
3
- "version": "0.2.3-dev.141",
3
+ "version": "0.2.3-dev.143",
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",