@sisense/mcp-server 0.2.1

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.
Files changed (37) hide show
  1. package/LICENSE.md +35 -0
  2. package/README.md +121 -0
  3. package/dist/ai-hspmgr2c.js +3148 -0
  4. package/dist/fileFromPath-s6ap5vrh.js +128 -0
  5. package/dist/index-29n08mw7.js +95 -0
  6. package/dist/index-atgbxy7h.js +98603 -0
  7. package/dist/index-d6843g0v.js +372 -0
  8. package/dist/index-dcrjg3fk.js +207 -0
  9. package/dist/index-dxfb3krz.js +1489 -0
  10. package/dist/index-er0yspcy.js +918 -0
  11. package/dist/index-g8bgq79c.js +53 -0
  12. package/dist/index-p1pxtmwn.js +162 -0
  13. package/dist/index-qdth51hx.js +250 -0
  14. package/dist/index-tqba2rwh.js +603 -0
  15. package/dist/index-vrapm0b4.js +765 -0
  16. package/dist/index-vx54d05h.js +475 -0
  17. package/dist/sse-server-3343e7xh.js +117 -0
  18. package/dist/sse-server-36t17nga.js +12127 -0
  19. package/dist/sse-server-3e0efmg2.js +6276 -0
  20. package/dist/sse-server-4b60tg0c.js +136 -0
  21. package/dist/sse-server-4g9za0qq.js +89 -0
  22. package/dist/sse-server-4jjec4fz.js +9753 -0
  23. package/dist/sse-server-5tmgacdx.js +62 -0
  24. package/dist/sse-server-7wcvyxyj.js +31 -0
  25. package/dist/sse-server-brx9qtyd.js +2131 -0
  26. package/dist/sse-server-epd916s3.js +167 -0
  27. package/dist/sse-server-gt7tx6n2.js +2240 -0
  28. package/dist/sse-server-mkesh468.js +53 -0
  29. package/dist/sse-server-nwjjjz6x.js +113 -0
  30. package/dist/sse-server-qj4zxq0f.js +267 -0
  31. package/dist/sse-server-rr3dp62e.js +116721 -0
  32. package/dist/sse-server-ss0mydv4.js +3980 -0
  33. package/dist/sse-server-txz5g5t0.js +5328 -0
  34. package/dist/sse-server.js +30432 -0
  35. package/dist/view.html +3016 -0
  36. package/dist/widget-renderer-66ws3xtk.js +312 -0
  37. package/package.json +82 -0
@@ -0,0 +1,136 @@
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 };
@@ -0,0 +1,89 @@
1
+ import {
2
+ __commonJS
3
+ } from "./sse-server-7wcvyxyj.js";
4
+
5
+ // node_modules/@smithy/types/dist-cjs/index.js
6
+ var require_dist_cjs = __commonJS((exports) => {
7
+ exports.HttpAuthLocation = undefined;
8
+ (function(HttpAuthLocation) {
9
+ HttpAuthLocation["HEADER"] = "header";
10
+ HttpAuthLocation["QUERY"] = "query";
11
+ })(exports.HttpAuthLocation || (exports.HttpAuthLocation = {}));
12
+ exports.HttpApiKeyAuthLocation = undefined;
13
+ (function(HttpApiKeyAuthLocation) {
14
+ HttpApiKeyAuthLocation["HEADER"] = "header";
15
+ HttpApiKeyAuthLocation["QUERY"] = "query";
16
+ })(exports.HttpApiKeyAuthLocation || (exports.HttpApiKeyAuthLocation = {}));
17
+ exports.EndpointURLScheme = undefined;
18
+ (function(EndpointURLScheme) {
19
+ EndpointURLScheme["HTTP"] = "http";
20
+ EndpointURLScheme["HTTPS"] = "https";
21
+ })(exports.EndpointURLScheme || (exports.EndpointURLScheme = {}));
22
+ exports.AlgorithmId = undefined;
23
+ (function(AlgorithmId) {
24
+ AlgorithmId["MD5"] = "md5";
25
+ AlgorithmId["CRC32"] = "crc32";
26
+ AlgorithmId["CRC32C"] = "crc32c";
27
+ AlgorithmId["SHA1"] = "sha1";
28
+ AlgorithmId["SHA256"] = "sha256";
29
+ })(exports.AlgorithmId || (exports.AlgorithmId = {}));
30
+ var getChecksumConfiguration = (runtimeConfig) => {
31
+ const checksumAlgorithms = [];
32
+ if (runtimeConfig.sha256 !== undefined) {
33
+ checksumAlgorithms.push({
34
+ algorithmId: () => exports.AlgorithmId.SHA256,
35
+ checksumConstructor: () => runtimeConfig.sha256
36
+ });
37
+ }
38
+ if (runtimeConfig.md5 != null) {
39
+ checksumAlgorithms.push({
40
+ algorithmId: () => exports.AlgorithmId.MD5,
41
+ checksumConstructor: () => runtimeConfig.md5
42
+ });
43
+ }
44
+ return {
45
+ addChecksumAlgorithm(algo) {
46
+ checksumAlgorithms.push(algo);
47
+ },
48
+ checksumAlgorithms() {
49
+ return checksumAlgorithms;
50
+ }
51
+ };
52
+ };
53
+ var resolveChecksumRuntimeConfig = (clientConfig) => {
54
+ const runtimeConfig = {};
55
+ clientConfig.checksumAlgorithms().forEach((checksumAlgorithm) => {
56
+ runtimeConfig[checksumAlgorithm.algorithmId()] = checksumAlgorithm.checksumConstructor();
57
+ });
58
+ return runtimeConfig;
59
+ };
60
+ var getDefaultClientConfiguration = (runtimeConfig) => {
61
+ return getChecksumConfiguration(runtimeConfig);
62
+ };
63
+ var resolveDefaultRuntimeConfig = (config) => {
64
+ return resolveChecksumRuntimeConfig(config);
65
+ };
66
+ exports.FieldPosition = undefined;
67
+ (function(FieldPosition) {
68
+ FieldPosition[FieldPosition["HEADER"] = 0] = "HEADER";
69
+ FieldPosition[FieldPosition["TRAILER"] = 1] = "TRAILER";
70
+ })(exports.FieldPosition || (exports.FieldPosition = {}));
71
+ var SMITHY_CONTEXT_KEY = "__smithy_context";
72
+ exports.IniSectionType = undefined;
73
+ (function(IniSectionType) {
74
+ IniSectionType["PROFILE"] = "profile";
75
+ IniSectionType["SSO_SESSION"] = "sso-session";
76
+ IniSectionType["SERVICES"] = "services";
77
+ })(exports.IniSectionType || (exports.IniSectionType = {}));
78
+ exports.RequestHandlerProtocol = undefined;
79
+ (function(RequestHandlerProtocol) {
80
+ RequestHandlerProtocol["HTTP_0_9"] = "http/0.9";
81
+ RequestHandlerProtocol["HTTP_1_0"] = "http/1.0";
82
+ RequestHandlerProtocol["TDS_8_0"] = "tds/8.0";
83
+ })(exports.RequestHandlerProtocol || (exports.RequestHandlerProtocol = {}));
84
+ exports.SMITHY_CONTEXT_KEY = SMITHY_CONTEXT_KEY;
85
+ exports.getDefaultClientConfiguration = getDefaultClientConfiguration;
86
+ exports.resolveDefaultRuntimeConfig = resolveDefaultRuntimeConfig;
87
+ });
88
+
89
+ export { require_dist_cjs };