@sisense/mcp-server 0.2.2 → 0.2.4
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/{ai-hspmgr2c.js → ai-qt2rw4p0.js} +999 -959
- package/dist/{index-29n08mw7.js → index-0rmh0qta.js} +5 -5
- package/dist/{index-er0yspcy.js → index-6vz3bc2n.js} +552 -385
- package/dist/{index-vx54d05h.js → index-7ztxzw1b.js} +9 -9
- package/dist/{index-tqba2rwh.js → index-86j7fyp7.js} +406 -245
- package/dist/{index-p1pxtmwn.js → index-bgbnagw5.js} +18 -20
- package/dist/{index-d6843g0v.js → index-jatbeegy.js} +9 -7
- package/dist/{index-dxfb3krz.js → index-jgdfekw7.js} +375 -539
- package/dist/{index-qdth51hx.js → index-k71wsmah.js} +8 -1
- package/dist/{index-atgbxy7h.js → index-mxkgxy04.js} +28981 -27209
- package/dist/{index-vrapm0b4.js → index-p5hr1cfd.js} +458 -331
- package/dist/{index-dcrjg3fk.js → index-z44fq2x1.js} +3 -2
- package/dist/sse-server-0d83pnkk.js +54 -0
- package/dist/{sse-server-brx9qtyd.js → sse-server-22mq7fhc.js} +880 -757
- package/dist/{sse-server-3e0efmg2.js → sse-server-d3yx2z0r.js} +1845 -1825
- package/dist/{sse-server-4jjec4fz.js → sse-server-gcjj2741.js} +2081 -1695
- package/dist/{sse-server-rr3dp62e.js → sse-server-kpkj0hbc.js} +22749 -22399
- package/dist/{sse-server-36t17nga.js → sse-server-qhqncg7f.js} +3555 -3657
- package/dist/{sse-server-txz5g5t0.js → sse-server-rrtgkg21.js} +414 -177
- package/dist/{sse-server-nwjjjz6x.js → sse-server-wb2h6nz7.js} +3 -52
- package/dist/{sse-server-qj4zxq0f.js → sse-server-zmcz2c17.js} +12 -24
- package/dist/sse-server.js +96 -52
- package/dist/view.html +609 -544
- package/dist/{widget-renderer-66ws3xtk.js → widget-renderer-wjrpnwpy.js} +12 -12
- package/package.json +4 -4
- package/dist/sse-server-4b60tg0c.js +0 -136
|
@@ -2,22 +2,22 @@ import {
|
|
|
2
2
|
require_dist_cjs as require_dist_cjs2,
|
|
3
3
|
sanitizeError,
|
|
4
4
|
toKebabCase
|
|
5
|
-
} from "./sse-server-
|
|
5
|
+
} from "./sse-server-qhqncg7f.js";
|
|
6
6
|
import {
|
|
7
7
|
require_dist_cjs
|
|
8
|
-
} from "./index-
|
|
9
|
-
import"./index-
|
|
8
|
+
} from "./index-bgbnagw5.js";
|
|
9
|
+
import"./index-6vz3bc2n.js";
|
|
10
10
|
import {
|
|
11
|
-
|
|
12
|
-
} from "./sse-server-
|
|
13
|
-
import"./sse-server-
|
|
14
|
-
import"./sse-server-
|
|
15
|
-
import"./sse-server-
|
|
16
|
-
import"./sse-server-
|
|
17
|
-
import"./sse-server-
|
|
18
|
-
import"./sse-server-txz5g5t0.js";
|
|
11
|
+
Ps
|
|
12
|
+
} from "./sse-server-22mq7fhc.js";
|
|
13
|
+
import"./sse-server-d3yx2z0r.js";
|
|
14
|
+
import"./sse-server-gcjj2741.js";
|
|
15
|
+
import"./sse-server-wb2h6nz7.js";
|
|
16
|
+
import"./sse-server-zmcz2c17.js";
|
|
17
|
+
import"./sse-server-rrtgkg21.js";
|
|
19
18
|
import"./sse-server-epd916s3.js";
|
|
20
19
|
import"./sse-server-5tmgacdx.js";
|
|
20
|
+
import"./sse-server-0d83pnkk.js";
|
|
21
21
|
import"./sse-server-4g9za0qq.js";
|
|
22
22
|
import"./index-g8bgq79c.js";
|
|
23
23
|
import"./sse-server-mkesh468.js";
|
|
@@ -70,7 +70,7 @@ async function renderChartWidgetWithPlaywrightCT(config) {
|
|
|
70
70
|
height,
|
|
71
71
|
outputName: config.outputName
|
|
72
72
|
};
|
|
73
|
-
const serializedConfig =
|
|
73
|
+
const serializedConfig = Ps.stringify(configData);
|
|
74
74
|
writeFileSync(configPath, serializedConfig, "utf8");
|
|
75
75
|
const screenshotsDir = join(PROJECT_ROOT, "__screenshots__");
|
|
76
76
|
mkdirSync(screenshotsDir, { recursive: true });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sisense/mcp-server",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"mcpName": "io.github.sisense/sisense-mcp-server",
|
|
5
5
|
"homepage": "https://github.com/sisense/sisense-mcp-server#readme",
|
|
6
6
|
"description": "MCP server leveraging Sisense Intelligence for actionable insights and analytics.",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"dev": "bun run --watch src/sse-server.ts",
|
|
36
36
|
"start": "bun run dist/sse-server.js",
|
|
37
37
|
"test": "bun test",
|
|
38
|
-
"test:e2e": "bun test e2e",
|
|
38
|
+
"test:e2e": "cross-env NODE_ENV=production bun test e2e",
|
|
39
39
|
"lint": "eslint src/**/*.ts",
|
|
40
40
|
"type-check": "tsc --noEmit",
|
|
41
41
|
"format": "prettier --write \"src/**/*.{ts,tsx}\" \"e2e/**/*.{ts,tsx}\"",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"@playwright/experimental-ct-react": "^1.56.1",
|
|
51
51
|
"@playwright/test": "^1.56.1",
|
|
52
52
|
"@sisense/sdk-ai-core": "0.5.1",
|
|
53
|
-
"@sisense/sdk-data": "2.
|
|
54
|
-
"@sisense/sdk-ui": "2.
|
|
53
|
+
"@sisense/sdk-data": "2.22.0",
|
|
54
|
+
"@sisense/sdk-ui": "2.22.0",
|
|
55
55
|
"playwright": "^1.56.1",
|
|
56
56
|
"react": "^18.3.1",
|
|
57
57
|
"react-dom": "^18.3.1",
|
|
@@ -1,136 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
__commonJS
|
|
3
|
-
} from "./sse-server-7wcvyxyj.js";
|
|
4
|
-
|
|
5
|
-
// node_modules/@aws-sdk/nested-clients/package.json
|
|
6
|
-
var require_package = __commonJS((exports, module) => {
|
|
7
|
-
module.exports = {
|
|
8
|
-
name: "@aws-sdk/nested-clients",
|
|
9
|
-
version: "3.958.0",
|
|
10
|
-
description: "Nested clients for AWS SDK packages.",
|
|
11
|
-
main: "./dist-cjs/index.js",
|
|
12
|
-
module: "./dist-es/index.js",
|
|
13
|
-
types: "./dist-types/index.d.ts",
|
|
14
|
-
scripts: {
|
|
15
|
-
build: "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
16
|
-
"build:cjs": "node ../../scripts/compilation/inline nested-clients",
|
|
17
|
-
"build:es": "tsc -p tsconfig.es.json",
|
|
18
|
-
"build:include:deps": 'yarn g:turbo run build -F="$npm_package_name"',
|
|
19
|
-
"build:types": "tsc -p tsconfig.types.json",
|
|
20
|
-
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
21
|
-
clean: "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
22
|
-
lint: "node ../../scripts/validation/submodules-linter.js --pkg nested-clients",
|
|
23
|
-
test: "yarn g:vitest run",
|
|
24
|
-
"test:watch": "yarn g:vitest watch"
|
|
25
|
-
},
|
|
26
|
-
engines: {
|
|
27
|
-
node: ">=18.0.0"
|
|
28
|
-
},
|
|
29
|
-
sideEffects: false,
|
|
30
|
-
author: {
|
|
31
|
-
name: "AWS SDK for JavaScript Team",
|
|
32
|
-
url: "https://aws.amazon.com/javascript/"
|
|
33
|
-
},
|
|
34
|
-
license: "Apache-2.0",
|
|
35
|
-
dependencies: {
|
|
36
|
-
"@aws-crypto/sha256-browser": "5.2.0",
|
|
37
|
-
"@aws-crypto/sha256-js": "5.2.0",
|
|
38
|
-
"@aws-sdk/core": "3.957.0",
|
|
39
|
-
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
40
|
-
"@aws-sdk/middleware-logger": "3.957.0",
|
|
41
|
-
"@aws-sdk/middleware-recursion-detection": "3.957.0",
|
|
42
|
-
"@aws-sdk/middleware-user-agent": "3.957.0",
|
|
43
|
-
"@aws-sdk/region-config-resolver": "3.957.0",
|
|
44
|
-
"@aws-sdk/types": "3.957.0",
|
|
45
|
-
"@aws-sdk/util-endpoints": "3.957.0",
|
|
46
|
-
"@aws-sdk/util-user-agent-browser": "3.957.0",
|
|
47
|
-
"@aws-sdk/util-user-agent-node": "3.957.0",
|
|
48
|
-
"@smithy/config-resolver": "^4.4.5",
|
|
49
|
-
"@smithy/core": "^3.20.0",
|
|
50
|
-
"@smithy/fetch-http-handler": "^5.3.8",
|
|
51
|
-
"@smithy/hash-node": "^4.2.7",
|
|
52
|
-
"@smithy/invalid-dependency": "^4.2.7",
|
|
53
|
-
"@smithy/middleware-content-length": "^4.2.7",
|
|
54
|
-
"@smithy/middleware-endpoint": "^4.4.1",
|
|
55
|
-
"@smithy/middleware-retry": "^4.4.17",
|
|
56
|
-
"@smithy/middleware-serde": "^4.2.8",
|
|
57
|
-
"@smithy/middleware-stack": "^4.2.7",
|
|
58
|
-
"@smithy/node-config-provider": "^4.3.7",
|
|
59
|
-
"@smithy/node-http-handler": "^4.4.7",
|
|
60
|
-
"@smithy/protocol-http": "^5.3.7",
|
|
61
|
-
"@smithy/smithy-client": "^4.10.2",
|
|
62
|
-
"@smithy/types": "^4.11.0",
|
|
63
|
-
"@smithy/url-parser": "^4.2.7",
|
|
64
|
-
"@smithy/util-base64": "^4.3.0",
|
|
65
|
-
"@smithy/util-body-length-browser": "^4.2.0",
|
|
66
|
-
"@smithy/util-body-length-node": "^4.2.1",
|
|
67
|
-
"@smithy/util-defaults-mode-browser": "^4.3.16",
|
|
68
|
-
"@smithy/util-defaults-mode-node": "^4.2.19",
|
|
69
|
-
"@smithy/util-endpoints": "^3.2.7",
|
|
70
|
-
"@smithy/util-middleware": "^4.2.7",
|
|
71
|
-
"@smithy/util-retry": "^4.2.7",
|
|
72
|
-
"@smithy/util-utf8": "^4.2.0",
|
|
73
|
-
tslib: "^2.6.2"
|
|
74
|
-
},
|
|
75
|
-
devDependencies: {
|
|
76
|
-
concurrently: "7.0.0",
|
|
77
|
-
"downlevel-dts": "0.10.1",
|
|
78
|
-
rimraf: "3.0.2",
|
|
79
|
-
typescript: "~5.8.3"
|
|
80
|
-
},
|
|
81
|
-
typesVersions: {
|
|
82
|
-
"<4.0": {
|
|
83
|
-
"dist-types/*": [
|
|
84
|
-
"dist-types/ts3.4/*"
|
|
85
|
-
]
|
|
86
|
-
}
|
|
87
|
-
},
|
|
88
|
-
files: [
|
|
89
|
-
"./signin.d.ts",
|
|
90
|
-
"./signin.js",
|
|
91
|
-
"./sso-oidc.d.ts",
|
|
92
|
-
"./sso-oidc.js",
|
|
93
|
-
"./sts.d.ts",
|
|
94
|
-
"./sts.js",
|
|
95
|
-
"dist-*/**"
|
|
96
|
-
],
|
|
97
|
-
browser: {
|
|
98
|
-
"./dist-es/submodules/signin/runtimeConfig": "./dist-es/submodules/signin/runtimeConfig.browser",
|
|
99
|
-
"./dist-es/submodules/sso-oidc/runtimeConfig": "./dist-es/submodules/sso-oidc/runtimeConfig.browser",
|
|
100
|
-
"./dist-es/submodules/sts/runtimeConfig": "./dist-es/submodules/sts/runtimeConfig.browser"
|
|
101
|
-
},
|
|
102
|
-
"react-native": {},
|
|
103
|
-
homepage: "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/nested-clients",
|
|
104
|
-
repository: {
|
|
105
|
-
type: "git",
|
|
106
|
-
url: "https://github.com/aws/aws-sdk-js-v3.git",
|
|
107
|
-
directory: "packages/nested-clients"
|
|
108
|
-
},
|
|
109
|
-
exports: {
|
|
110
|
-
"./package.json": "./package.json",
|
|
111
|
-
"./sso-oidc": {
|
|
112
|
-
types: "./dist-types/submodules/sso-oidc/index.d.ts",
|
|
113
|
-
module: "./dist-es/submodules/sso-oidc/index.js",
|
|
114
|
-
node: "./dist-cjs/submodules/sso-oidc/index.js",
|
|
115
|
-
import: "./dist-es/submodules/sso-oidc/index.js",
|
|
116
|
-
require: "./dist-cjs/submodules/sso-oidc/index.js"
|
|
117
|
-
},
|
|
118
|
-
"./sts": {
|
|
119
|
-
types: "./dist-types/submodules/sts/index.d.ts",
|
|
120
|
-
module: "./dist-es/submodules/sts/index.js",
|
|
121
|
-
node: "./dist-cjs/submodules/sts/index.js",
|
|
122
|
-
import: "./dist-es/submodules/sts/index.js",
|
|
123
|
-
require: "./dist-cjs/submodules/sts/index.js"
|
|
124
|
-
},
|
|
125
|
-
"./signin": {
|
|
126
|
-
types: "./dist-types/submodules/signin/index.d.ts",
|
|
127
|
-
module: "./dist-es/submodules/signin/index.js",
|
|
128
|
-
node: "./dist-cjs/submodules/signin/index.js",
|
|
129
|
-
import: "./dist-es/submodules/signin/index.js",
|
|
130
|
-
require: "./dist-cjs/submodules/signin/index.js"
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
};
|
|
134
|
-
});
|
|
135
|
-
|
|
136
|
-
export { require_package };
|