@ampless/mcp-server 1.0.0-alpha.17 → 1.0.0-alpha.19
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/README.ja.md +45 -123
- package/README.md +45 -123
- package/dist/index.d.ts +127 -1
- package/dist/index.js +1283 -32299
- package/package.json +7 -19
- package/dist/bowser-WRHMEFK3.js +0 -2822
- package/dist/chunk-6HZB2ZCT.js +0 -4715
- package/dist/chunk-7JQMGUAU.js +0 -134
- package/dist/chunk-ERHOBKHD.js +0 -891
- package/dist/chunk-ETWWJEHN.js +0 -574
- package/dist/chunk-FLMNALC3.js +0 -47
- package/dist/chunk-FM7TW5TD.js +0 -3558
- package/dist/chunk-IKXKDSVH.js +0 -1414
- package/dist/chunk-LD7M476A.js +0 -502
- package/dist/chunk-LMMQX4CK.js +0 -49
- package/dist/chunk-OBZN5IWW.js +0 -1375
- package/dist/chunk-Q4OVSLY4.js +0 -14
- package/dist/chunk-SPCUAJQT.js +0 -435
- package/dist/chunk-USNYVOYF.js +0 -1422
- package/dist/chunk-WAP4WAMQ.js +0 -867
- package/dist/chunk-YR5GD2D7.js +0 -165
- package/dist/dist-es-2B6UPU6D.js +0 -485
- package/dist/dist-es-4QBVIVDD.js +0 -23
- package/dist/dist-es-DAQMEDLM.js +0 -165
- package/dist/dist-es-DWVRWSTC.js +0 -70
- package/dist/dist-es-H7Y5BZEG.js +0 -315
- package/dist/dist-es-QZOTLLWC.js +0 -377
- package/dist/dist-es-S3US4EVE.js +0 -88
- package/dist/event-streams-IEZDQ3X3.js +0 -44
- package/dist/event-streams-R54SMYED.js +0 -891
- package/dist/loadSso-B4NUZPX5.js +0 -552
- package/dist/signin-BEDHRSJ2.js +0 -647
- package/dist/sso-oidc-UXLRODTA.js +0 -787
- package/dist/sts-3BBU2O3O.js +0 -1366
- package/dist/tools/index.d.ts +0 -127
- package/dist/tools/index.js +0 -16
package/dist/chunk-7JQMGUAU.js
DELETED
|
@@ -1,134 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
|
|
3
|
-
// ../../node_modules/.pnpm/@smithy+core@3.24.3/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js
|
|
4
|
-
var NoAuthSigner = class {
|
|
5
|
-
async sign(httpRequest, identity, signingProperties) {
|
|
6
|
-
return httpRequest;
|
|
7
|
-
}
|
|
8
|
-
};
|
|
9
|
-
|
|
10
|
-
// ../../node_modules/.pnpm/@aws-sdk+nested-clients@3.997.11/node_modules/@aws-sdk/nested-clients/package.json
|
|
11
|
-
var package_default = {
|
|
12
|
-
name: "@aws-sdk/nested-clients",
|
|
13
|
-
version: "3.997.11",
|
|
14
|
-
description: "Nested clients for AWS SDK packages.",
|
|
15
|
-
main: "./dist-cjs/index.js",
|
|
16
|
-
module: "./dist-es/index.js",
|
|
17
|
-
types: "./dist-types/index.d.ts",
|
|
18
|
-
scripts: {
|
|
19
|
-
build: "yarn lint && concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
20
|
-
"build:cjs": "node ../../scripts/compilation/inline nested-clients",
|
|
21
|
-
"build:es": "tsc -p tsconfig.es.json",
|
|
22
|
-
"build:include:deps": 'yarn g:turbo run build -F="$npm_package_name"',
|
|
23
|
-
"build:types": "tsc -p tsconfig.types.json",
|
|
24
|
-
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
25
|
-
clean: "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
26
|
-
lint: "node ../../scripts/validation/submodules-linter.js --pkg nested-clients",
|
|
27
|
-
test: "yarn g:vitest run",
|
|
28
|
-
"test:watch": "yarn g:vitest watch"
|
|
29
|
-
},
|
|
30
|
-
engines: {
|
|
31
|
-
node: ">=20.0.0"
|
|
32
|
-
},
|
|
33
|
-
sideEffects: false,
|
|
34
|
-
author: {
|
|
35
|
-
name: "AWS SDK for JavaScript Team",
|
|
36
|
-
url: "https://aws.amazon.com/javascript/"
|
|
37
|
-
},
|
|
38
|
-
license: "Apache-2.0",
|
|
39
|
-
dependencies: {
|
|
40
|
-
"@aws-crypto/sha256-browser": "5.2.0",
|
|
41
|
-
"@aws-crypto/sha256-js": "5.2.0",
|
|
42
|
-
"@aws-sdk/core": "^3.974.13",
|
|
43
|
-
"@aws-sdk/signature-v4-multi-region": "^3.996.28",
|
|
44
|
-
"@aws-sdk/types": "^3.973.9",
|
|
45
|
-
"@smithy/core": "^3.24.3",
|
|
46
|
-
"@smithy/fetch-http-handler": "^5.4.3",
|
|
47
|
-
"@smithy/node-http-handler": "^4.7.3",
|
|
48
|
-
"@smithy/types": "^4.14.2",
|
|
49
|
-
tslib: "^2.6.2"
|
|
50
|
-
},
|
|
51
|
-
devDependencies: {
|
|
52
|
-
concurrently: "7.0.0",
|
|
53
|
-
"downlevel-dts": "0.10.1",
|
|
54
|
-
premove: "4.0.0",
|
|
55
|
-
typescript: "~5.8.3"
|
|
56
|
-
},
|
|
57
|
-
typesVersions: {
|
|
58
|
-
"<4.5": {
|
|
59
|
-
"dist-types/*": [
|
|
60
|
-
"dist-types/ts3.4/*"
|
|
61
|
-
]
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
files: [
|
|
65
|
-
"./cognito-identity.d.ts",
|
|
66
|
-
"./cognito-identity.js",
|
|
67
|
-
"./signin.d.ts",
|
|
68
|
-
"./signin.js",
|
|
69
|
-
"./sso-oidc.d.ts",
|
|
70
|
-
"./sso-oidc.js",
|
|
71
|
-
"./sso.d.ts",
|
|
72
|
-
"./sso.js",
|
|
73
|
-
"./sts.d.ts",
|
|
74
|
-
"./sts.js",
|
|
75
|
-
"dist-*/**"
|
|
76
|
-
],
|
|
77
|
-
browser: {
|
|
78
|
-
"./dist-es/submodules/cognito-identity/runtimeConfig": "./dist-es/submodules/cognito-identity/runtimeConfig.browser",
|
|
79
|
-
"./dist-es/submodules/signin/runtimeConfig": "./dist-es/submodules/signin/runtimeConfig.browser",
|
|
80
|
-
"./dist-es/submodules/sso-oidc/runtimeConfig": "./dist-es/submodules/sso-oidc/runtimeConfig.browser",
|
|
81
|
-
"./dist-es/submodules/sso/runtimeConfig": "./dist-es/submodules/sso/runtimeConfig.browser",
|
|
82
|
-
"./dist-es/submodules/sts/runtimeConfig": "./dist-es/submodules/sts/runtimeConfig.browser"
|
|
83
|
-
},
|
|
84
|
-
"react-native": {},
|
|
85
|
-
homepage: "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/nested-clients",
|
|
86
|
-
repository: {
|
|
87
|
-
type: "git",
|
|
88
|
-
url: "https://github.com/aws/aws-sdk-js-v3.git",
|
|
89
|
-
directory: "packages/nested-clients"
|
|
90
|
-
},
|
|
91
|
-
exports: {
|
|
92
|
-
"./package.json": "./package.json",
|
|
93
|
-
"./sso-oidc": {
|
|
94
|
-
types: "./dist-types/submodules/sso-oidc/index.d.ts",
|
|
95
|
-
module: "./dist-es/submodules/sso-oidc/index.js",
|
|
96
|
-
node: "./dist-cjs/submodules/sso-oidc/index.js",
|
|
97
|
-
import: "./dist-es/submodules/sso-oidc/index.js",
|
|
98
|
-
require: "./dist-cjs/submodules/sso-oidc/index.js"
|
|
99
|
-
},
|
|
100
|
-
"./sts": {
|
|
101
|
-
types: "./dist-types/submodules/sts/index.d.ts",
|
|
102
|
-
module: "./dist-es/submodules/sts/index.js",
|
|
103
|
-
node: "./dist-cjs/submodules/sts/index.js",
|
|
104
|
-
import: "./dist-es/submodules/sts/index.js",
|
|
105
|
-
require: "./dist-cjs/submodules/sts/index.js"
|
|
106
|
-
},
|
|
107
|
-
"./signin": {
|
|
108
|
-
types: "./dist-types/submodules/signin/index.d.ts",
|
|
109
|
-
module: "./dist-es/submodules/signin/index.js",
|
|
110
|
-
node: "./dist-cjs/submodules/signin/index.js",
|
|
111
|
-
import: "./dist-es/submodules/signin/index.js",
|
|
112
|
-
require: "./dist-cjs/submodules/signin/index.js"
|
|
113
|
-
},
|
|
114
|
-
"./cognito-identity": {
|
|
115
|
-
types: "./dist-types/submodules/cognito-identity/index.d.ts",
|
|
116
|
-
module: "./dist-es/submodules/cognito-identity/index.js",
|
|
117
|
-
node: "./dist-cjs/submodules/cognito-identity/index.js",
|
|
118
|
-
import: "./dist-es/submodules/cognito-identity/index.js",
|
|
119
|
-
require: "./dist-cjs/submodules/cognito-identity/index.js"
|
|
120
|
-
},
|
|
121
|
-
"./sso": {
|
|
122
|
-
types: "./dist-types/submodules/sso/index.d.ts",
|
|
123
|
-
module: "./dist-es/submodules/sso/index.js",
|
|
124
|
-
node: "./dist-cjs/submodules/sso/index.js",
|
|
125
|
-
import: "./dist-es/submodules/sso/index.js",
|
|
126
|
-
require: "./dist-cjs/submodules/sso/index.js"
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
};
|
|
130
|
-
|
|
131
|
-
export {
|
|
132
|
-
NoAuthSigner,
|
|
133
|
-
package_default
|
|
134
|
-
};
|