@taiga-ai/mcp-server 0.2.3-dev.85 → 0.2.3-dev.87
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
|
@@ -11,13 +11,14 @@ import { z } from "zod";
|
|
|
11
11
|
function resolveFeatureFlags(env) {
|
|
12
12
|
return Object.freeze({
|
|
13
13
|
skills: false,
|
|
14
|
-
deployments:
|
|
14
|
+
deployments: true,
|
|
15
15
|
monitoring: env !== "prod",
|
|
16
16
|
insights: env !== "prod"
|
|
17
17
|
});
|
|
18
18
|
}
|
|
19
19
|
/**
|
|
20
|
-
* Safe-default snapshot, resolved as `prod`
|
|
20
|
+
* Safe-default snapshot, resolved as `prod`: `deployments` is GA (on) while the
|
|
21
|
+
* still-gated release toggles (`monitoring`, `insights`) are off. Prefer
|
|
21
22
|
* {@link resolveFeatureFlags} with the app's real environment. Retained for
|
|
22
23
|
* consumers that have no environment of their own — notably the published MCP
|
|
23
24
|
* server — so an unconfigured runtime never leaks a work-in-progress feature.
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|