@featureflip/mcp 0.1.2 → 0.1.3
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/cli.mjs
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as e, i as t, n, o as r, r as i, t as a } from "./org-
|
|
1
|
+
import { a as e, i as t, n, o as r, r as i, t as a } from "./org-CiZ_VQdv.js";
|
|
2
2
|
export { t as ApiError, e as FeatureflipApi, r as PKG_VERSION, i as createServer, n as loadConfig, a as resolveOrg };
|
|
@@ -4,7 +4,8 @@ import * as t from "zod/v4";
|
|
|
4
4
|
//#region src/version.ts
|
|
5
5
|
var n = {
|
|
6
6
|
name: "@featureflip/mcp",
|
|
7
|
-
version: "0.1.
|
|
7
|
+
version: "0.1.3",
|
|
8
|
+
mcpName: "io.github.canopy-labs/featureflip",
|
|
8
9
|
description: "MCP server for managing Featureflip feature flags from AI agents and editors",
|
|
9
10
|
license: "Apache-2.0",
|
|
10
11
|
repository: {
|
|
@@ -34,11 +35,11 @@ var n = {
|
|
|
34
35
|
},
|
|
35
36
|
devDependencies: {
|
|
36
37
|
"@modelcontextprotocol/client": "2.0.0",
|
|
37
|
-
"@types/node": "^26.
|
|
38
|
+
"@types/node": "^26.2.0",
|
|
38
39
|
typescript: "^7.0.2",
|
|
39
|
-
vite: "^8.2.
|
|
40
|
+
vite: "^8.2.2",
|
|
40
41
|
"vite-plugin-dts": "^5.0.3",
|
|
41
|
-
vitest: "^4.1.
|
|
42
|
+
vitest: "^4.1.11"
|
|
42
43
|
},
|
|
43
44
|
engines: { node: ">=20.19.0" }
|
|
44
45
|
}.version, r = class extends Error {
|
|
@@ -620,7 +621,7 @@ $enabled = $client->boolVariation('${t}', ['user_id' => $userId], false);
|
|
|
620
621
|
if ($enabled) {
|
|
621
622
|
// new code path
|
|
622
623
|
}`,
|
|
623
|
-
notes:
|
|
624
|
+
notes: E + " Requires PSR-16 cache and PSR-18 HTTP implementations."
|
|
624
625
|
};
|
|
625
626
|
case "ruby": return {
|
|
626
627
|
install: "gem \"featureflip\"",
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@featureflip/mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
|
+
"mcpName": "io.github.canopy-labs/featureflip",
|
|
4
5
|
"description": "MCP server for managing Featureflip feature flags from AI agents and editors",
|
|
5
6
|
"license": "Apache-2.0",
|
|
6
7
|
"repository": {
|
|
@@ -39,11 +40,11 @@
|
|
|
39
40
|
},
|
|
40
41
|
"devDependencies": {
|
|
41
42
|
"@modelcontextprotocol/client": "2.0.0",
|
|
42
|
-
"@types/node": "^26.
|
|
43
|
+
"@types/node": "^26.2.0",
|
|
43
44
|
"typescript": "^7.0.2",
|
|
44
|
-
"vite": "^8.2.
|
|
45
|
+
"vite": "^8.2.2",
|
|
45
46
|
"vite-plugin-dts": "^5.0.3",
|
|
46
|
-
"vitest": "^4.1.
|
|
47
|
+
"vitest": "^4.1.11"
|
|
47
48
|
},
|
|
48
49
|
"engines": {
|
|
49
50
|
"node": ">=20.19.0"
|