@sap-ux/fiori-mcp-server 1.12.7 → 1.12.13
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/data/embeddings/embeddings.bin +0 -0
- package/dist/data/embeddings/metadata.json +1 -1
- package/dist/data/embeddings/records.jsonl +780 -780
- package/dist/index.js +759 -1086
- package/dist/index.js.LEGAL.txt +338 -0
- package/dist/index.js.LICENSES.txt +1463 -0
- package/package.json +13 -13
|
@@ -0,0 +1,338 @@
|
|
|
1
|
+
Bundled license information:
|
|
2
|
+
|
|
3
|
+
safe-buffer/index.js:
|
|
4
|
+
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
5
|
+
|
|
6
|
+
deep-extend/lib/deep-extend.js:
|
|
7
|
+
/*!
|
|
8
|
+
* @description Recursive object extending
|
|
9
|
+
* @author Viacheslav Lotsmanov <lotsmanov89@gmail.com>
|
|
10
|
+
* @license MIT
|
|
11
|
+
*
|
|
12
|
+
* The MIT License (MIT)
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2013-2018 Viacheslav Lotsmanov
|
|
15
|
+
*
|
|
16
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
17
|
+
* this software and associated documentation files (the "Software"), to deal in
|
|
18
|
+
* the Software without restriction, including without limitation the rights to
|
|
19
|
+
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
20
|
+
* the Software, and to permit persons to whom the Software is furnished to do so,
|
|
21
|
+
* subject to the following conditions:
|
|
22
|
+
*
|
|
23
|
+
* The above copyright notice and this permission notice shall be included in all
|
|
24
|
+
* copies or substantial portions of the Software.
|
|
25
|
+
*
|
|
26
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
27
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
28
|
+
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
29
|
+
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
30
|
+
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
31
|
+
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
32
|
+
*/
|
|
33
|
+
|
|
34
|
+
ejs/lib/ejs.js:
|
|
35
|
+
/**
|
|
36
|
+
* @file Embedded JavaScript templating engine. {@link http://ejs.co}
|
|
37
|
+
* @author Matthew Eernisse <mde@fleegix.org>
|
|
38
|
+
* @author Tiancheng "Timothy" Gu <timothygu99@gmail.com>
|
|
39
|
+
* @project EJS
|
|
40
|
+
* @license {@link http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0}
|
|
41
|
+
*/
|
|
42
|
+
|
|
43
|
+
is-extglob/index.js:
|
|
44
|
+
/*!
|
|
45
|
+
* is-extglob <https://github.com/jonschlinkert/is-extglob>
|
|
46
|
+
*
|
|
47
|
+
* Copyright (c) 2014-2016, Jon Schlinkert.
|
|
48
|
+
* Licensed under the MIT License.
|
|
49
|
+
*/
|
|
50
|
+
|
|
51
|
+
is-glob/index.js:
|
|
52
|
+
/*!
|
|
53
|
+
* is-glob <https://github.com/jonschlinkert/is-glob>
|
|
54
|
+
*
|
|
55
|
+
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
56
|
+
* Released under the MIT License.
|
|
57
|
+
*/
|
|
58
|
+
|
|
59
|
+
is-number/index.js:
|
|
60
|
+
/*!
|
|
61
|
+
* is-number <https://github.com/jonschlinkert/is-number>
|
|
62
|
+
*
|
|
63
|
+
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
64
|
+
* Released under the MIT License.
|
|
65
|
+
*/
|
|
66
|
+
|
|
67
|
+
to-regex-range/index.js:
|
|
68
|
+
/*!
|
|
69
|
+
* to-regex-range <https://github.com/micromatch/to-regex-range>
|
|
70
|
+
*
|
|
71
|
+
* Copyright (c) 2015-present, Jon Schlinkert.
|
|
72
|
+
* Released under the MIT License.
|
|
73
|
+
*/
|
|
74
|
+
|
|
75
|
+
fill-range/index.js:
|
|
76
|
+
/*!
|
|
77
|
+
* fill-range <https://github.com/jonschlinkert/fill-range>
|
|
78
|
+
*
|
|
79
|
+
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
80
|
+
* Licensed under the MIT License.
|
|
81
|
+
*/
|
|
82
|
+
|
|
83
|
+
queue-microtask/index.js:
|
|
84
|
+
/*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
85
|
+
|
|
86
|
+
run-parallel/index.js:
|
|
87
|
+
/*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
88
|
+
|
|
89
|
+
normalize-path/index.js:
|
|
90
|
+
/*!
|
|
91
|
+
* normalize-path <https://github.com/jonschlinkert/normalize-path>
|
|
92
|
+
*
|
|
93
|
+
* Copyright (c) 2014-2018, Jon Schlinkert.
|
|
94
|
+
* Released under the MIT License.
|
|
95
|
+
*/
|
|
96
|
+
|
|
97
|
+
lodash/lodash.js:
|
|
98
|
+
/**
|
|
99
|
+
* @license
|
|
100
|
+
* Lodash <https://lodash.com/>
|
|
101
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
102
|
+
* Released under MIT license <https://lodash.com/license>
|
|
103
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
104
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
105
|
+
*/
|
|
106
|
+
|
|
107
|
+
mime-db/index.js:
|
|
108
|
+
/*!
|
|
109
|
+
* mime-db
|
|
110
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
111
|
+
* Copyright(c) 2015-2022 Douglas Christopher Wilson
|
|
112
|
+
* MIT Licensed
|
|
113
|
+
*/
|
|
114
|
+
|
|
115
|
+
mime-types/index.js:
|
|
116
|
+
/*!
|
|
117
|
+
* mime-types
|
|
118
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
119
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
120
|
+
* MIT Licensed
|
|
121
|
+
*/
|
|
122
|
+
|
|
123
|
+
axios/dist/node/axios.cjs:
|
|
124
|
+
/*! Axios v1.19.0 Copyright (c) 2026 Matt Zabriskie and contributors */
|
|
125
|
+
|
|
126
|
+
repeat-string/index.js:
|
|
127
|
+
/*!
|
|
128
|
+
* repeat-string <https://github.com/jonschlinkert/repeat-string>
|
|
129
|
+
*
|
|
130
|
+
* Copyright (c) 2014-2015, Jon Schlinkert.
|
|
131
|
+
* Licensed under the MIT License.
|
|
132
|
+
*/
|
|
133
|
+
|
|
134
|
+
onnxruntime-web/dist/ort.node.min.js:
|
|
135
|
+
/*!
|
|
136
|
+
* ONNX Runtime Web v1.26.0-dev.20260416-b7804b056c
|
|
137
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
138
|
+
* Licensed under the MIT License.
|
|
139
|
+
*/
|
|
140
|
+
|
|
141
|
+
@huggingface/transformers/dist/transformers.node.mjs:
|
|
142
|
+
/*! Bundled license information:
|
|
143
|
+
|
|
144
|
+
onnxruntime-web/dist/ort.webgpu.bundle.min.mjs:
|
|
145
|
+
(*!
|
|
146
|
+
* ONNX Runtime Web v1.26.0-dev.20260416-b7804b056c
|
|
147
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
148
|
+
* Licensed under the MIT License.
|
|
149
|
+
*)
|
|
150
|
+
*/
|
|
151
|
+
|
|
152
|
+
@sap/ux-specification/dist/index-min.js:
|
|
153
|
+
/*! Bundled license information:
|
|
154
|
+
|
|
155
|
+
sax/lib/sax.js:
|
|
156
|
+
(*! http://mths.be/fromcodepoint v0.1.0 by @mathias *)
|
|
157
|
+
|
|
158
|
+
reflect-metadata/Reflect.js:
|
|
159
|
+
(*! *****************************************************************************
|
|
160
|
+
Copyright (C) Microsoft. All rights reserved.
|
|
161
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
162
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
163
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
164
|
+
|
|
165
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
166
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
167
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
168
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
169
|
+
|
|
170
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
171
|
+
and limitations under the License.
|
|
172
|
+
***************************************************************************** *)
|
|
173
|
+
|
|
174
|
+
ejs/lib/ejs.js:
|
|
175
|
+
(**
|
|
176
|
+
* @file Embedded JavaScript templating engine. {@link http://ejs.co}
|
|
177
|
+
* @author Matthew Eernisse <mde@fleegix.org>
|
|
178
|
+
* @author Tiancheng "Timothy" Gu <timothygu99@gmail.com>
|
|
179
|
+
* @project EJS
|
|
180
|
+
* @license {@link http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0}
|
|
181
|
+
*)
|
|
182
|
+
|
|
183
|
+
lodash/lodash.js:
|
|
184
|
+
(**
|
|
185
|
+
* @license
|
|
186
|
+
* Lodash <https://lodash.com/>
|
|
187
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
188
|
+
* Released under MIT license <https://lodash.com/license>
|
|
189
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
190
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
191
|
+
*)
|
|
192
|
+
|
|
193
|
+
deep-extend/lib/deep-extend.js:
|
|
194
|
+
(*!
|
|
195
|
+
* @description Recursive object extending
|
|
196
|
+
* @author Viacheslav Lotsmanov <lotsmanov89@gmail.com>
|
|
197
|
+
* @license MIT
|
|
198
|
+
*
|
|
199
|
+
* The MIT License (MIT)
|
|
200
|
+
*
|
|
201
|
+
* Copyright (c) 2013-2018 Viacheslav Lotsmanov
|
|
202
|
+
*
|
|
203
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
204
|
+
* this software and associated documentation files (the "Software"), to deal in
|
|
205
|
+
* the Software without restriction, including without limitation the rights to
|
|
206
|
+
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
207
|
+
* the Software, and to permit persons to whom the Software is furnished to do so,
|
|
208
|
+
* subject to the following conditions:
|
|
209
|
+
*
|
|
210
|
+
* The above copyright notice and this permission notice shall be included in all
|
|
211
|
+
* copies or substantial portions of the Software.
|
|
212
|
+
*
|
|
213
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
214
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
215
|
+
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
216
|
+
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
217
|
+
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
218
|
+
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
219
|
+
*)
|
|
220
|
+
|
|
221
|
+
is-extglob/index.js:
|
|
222
|
+
(*!
|
|
223
|
+
* is-extglob <https://github.com/jonschlinkert/is-extglob>
|
|
224
|
+
*
|
|
225
|
+
* Copyright (c) 2014-2016, Jon Schlinkert.
|
|
226
|
+
* Licensed under the MIT License.
|
|
227
|
+
*)
|
|
228
|
+
|
|
229
|
+
is-glob/index.js:
|
|
230
|
+
(*!
|
|
231
|
+
* is-glob <https://github.com/jonschlinkert/is-glob>
|
|
232
|
+
*
|
|
233
|
+
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
234
|
+
* Released under the MIT License.
|
|
235
|
+
*)
|
|
236
|
+
|
|
237
|
+
is-number/index.js:
|
|
238
|
+
(*!
|
|
239
|
+
* is-number <https://github.com/jonschlinkert/is-number>
|
|
240
|
+
*
|
|
241
|
+
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
242
|
+
* Released under the MIT License.
|
|
243
|
+
*)
|
|
244
|
+
|
|
245
|
+
to-regex-range/index.js:
|
|
246
|
+
(*!
|
|
247
|
+
* to-regex-range <https://github.com/micromatch/to-regex-range>
|
|
248
|
+
*
|
|
249
|
+
* Copyright (c) 2015-present, Jon Schlinkert.
|
|
250
|
+
* Released under the MIT License.
|
|
251
|
+
*)
|
|
252
|
+
|
|
253
|
+
fill-range/index.js:
|
|
254
|
+
(*!
|
|
255
|
+
* fill-range <https://github.com/jonschlinkert/fill-range>
|
|
256
|
+
*
|
|
257
|
+
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
258
|
+
* Licensed under the MIT License.
|
|
259
|
+
*)
|
|
260
|
+
|
|
261
|
+
queue-microtask/index.js:
|
|
262
|
+
(*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
|
263
|
+
|
|
264
|
+
run-parallel/index.js:
|
|
265
|
+
(*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
|
266
|
+
|
|
267
|
+
normalize-path/index.js:
|
|
268
|
+
(*!
|
|
269
|
+
* normalize-path <https://github.com/jonschlinkert/normalize-path>
|
|
270
|
+
*
|
|
271
|
+
* Copyright (c) 2014-2018, Jon Schlinkert.
|
|
272
|
+
* Released under the MIT License.
|
|
273
|
+
*)
|
|
274
|
+
*/
|
|
275
|
+
|
|
276
|
+
reflect-metadata/Reflect.js:
|
|
277
|
+
/*! *****************************************************************************
|
|
278
|
+
Copyright (C) Microsoft. All rights reserved.
|
|
279
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
280
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
281
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
282
|
+
|
|
283
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
284
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
285
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
286
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
287
|
+
|
|
288
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
289
|
+
and limitations under the License.
|
|
290
|
+
***************************************************************************** */
|
|
291
|
+
|
|
292
|
+
sax/lib/sax.js:
|
|
293
|
+
/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */
|
|
294
|
+
|
|
295
|
+
long/umd/index.js:
|
|
296
|
+
/**
|
|
297
|
+
* @license
|
|
298
|
+
* Copyright 2009 The Closure Library Authors
|
|
299
|
+
* Copyright 2020 Daniel Wirtz / The long.js Authors.
|
|
300
|
+
*
|
|
301
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
302
|
+
* you may not use this file except in compliance with the License.
|
|
303
|
+
* You may obtain a copy of the License at
|
|
304
|
+
*
|
|
305
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
306
|
+
*
|
|
307
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
308
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
309
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
310
|
+
* See the License for the specific language governing permissions and
|
|
311
|
+
* limitations under the License.
|
|
312
|
+
*
|
|
313
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
314
|
+
*/
|
|
315
|
+
|
|
316
|
+
@grpc/proto-loader/build/src/util.js:
|
|
317
|
+
@grpc/proto-loader/build/src/index.js:
|
|
318
|
+
/**
|
|
319
|
+
* @license
|
|
320
|
+
* Copyright 2018 gRPC authors.
|
|
321
|
+
*
|
|
322
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
323
|
+
* you may not use this file except in compliance with the License.
|
|
324
|
+
* You may obtain a copy of the License at
|
|
325
|
+
*
|
|
326
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
327
|
+
*
|
|
328
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
329
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
330
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
331
|
+
* See the License for the specific language governing permissions and
|
|
332
|
+
* limitations under the License.
|
|
333
|
+
*
|
|
334
|
+
*/
|
|
335
|
+
|
|
336
|
+
@azure/msal-node/lib/msal-node.cjs:
|
|
337
|
+
/*! @azure/msal-node v5.2.2 2026-05-19 */
|
|
338
|
+
/*! @azure/msal-common v16.6.2 2026-05-19 */
|