@rpascene/mcp 0.30.11

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.
@@ -0,0 +1,522 @@
1
+ /*
2
+ * @package jsftp
3
+ * @copyright Copyright(c) 2012 Ajax.org B.V. <info@c9.io>
4
+ * @author Sergi Mansilla <sergi.mansilla@gmail.com>
5
+ * @license https://github.com/sergi/jsFTP/blob/master/LICENSE MIT License
6
+ */
7
+
8
+ /*
9
+ object-assign
10
+ (c) Sindre Sorhus
11
+ @license MIT
12
+ */
13
+
14
+ /*!
15
+ * Timm
16
+ *
17
+ * Immutability helpers with fast reads and acceptable writes.
18
+ *
19
+ * @copyright Guillermo Grau Panea 2016
20
+ * @license MIT
21
+ */
22
+
23
+ /*!
24
+ * accepts
25
+ * Copyright(c) 2014 Jonathan Ong
26
+ * Copyright(c) 2015 Douglas Christopher Wilson
27
+ * MIT Licensed
28
+ */
29
+
30
+ /*!
31
+ * base64id v0.1.0
32
+ */
33
+
34
+ /*!
35
+ * cookie
36
+ * Copyright(c) 2012-2014 Roman Shtylman
37
+ * Copyright(c) 2015 Douglas Christopher Wilson
38
+ * MIT Licensed
39
+ */
40
+
41
+ /*!
42
+ * https://github.com/Starcounter-Jack/JSON-Patch
43
+ * (c) 2013-2021 Joachim Wester
44
+ * MIT license
45
+ */
46
+
47
+ /*!
48
+ * https://github.com/Starcounter-Jack/JSON-Patch
49
+ * (c) 2017-2022 Joachim Wester
50
+ * MIT licensed
51
+ */
52
+
53
+ /*!
54
+ * mime-db
55
+ * Copyright(c) 2014 Jonathan Ong
56
+ * Copyright(c) 2015-2022 Douglas Christopher Wilson
57
+ * MIT Licensed
58
+ */
59
+
60
+ /*!
61
+ * mime-types
62
+ * Copyright(c) 2014 Jonathan Ong
63
+ * Copyright(c) 2015 Douglas Christopher Wilson
64
+ * MIT Licensed
65
+ */
66
+
67
+ /*!
68
+ * mustache.js - Logic-less {{mustache}} templates with JavaScript
69
+ * http://github.com/janl/mustache.js
70
+ */
71
+
72
+ /*!
73
+ * negotiator
74
+ * Copyright(c) 2012 Federico Romero
75
+ * Copyright(c) 2012-2014 Isaac Z. Schlueter
76
+ * Copyright(c) 2015 Douglas Christopher Wilson
77
+ * MIT Licensed
78
+ */
79
+
80
+ /*!
81
+ * node-progress
82
+ * Copyright(c) 2011 TJ Holowaychuk <tj@vision-media.ca>
83
+ * MIT Licensed
84
+ */
85
+
86
+ /*!
87
+ * normalize-path <https://github.com/jonschlinkert/normalize-path>
88
+ *
89
+ * Copyright (c) 2014-2018, Jon Schlinkert.
90
+ * Released under the MIT License.
91
+ */
92
+
93
+ /*!
94
+ * vary
95
+ * Copyright(c) 2014-2017 Douglas Christopher Wilson
96
+ * MIT Licensed
97
+ */
98
+
99
+ /*! Axios v1.8.3 Copyright (c) 2025 Matt Zabriskie and contributors */
100
+
101
+ /*! For license information please see us-keyboard-layout.mjs.LICENSE.txt */
102
+
103
+ /*! crc32.js (C) 2014-present SheetJS -- http://sheetjs.com */
104
+
105
+ /*! http://mths.be/fromcodepoint v0.1.0 by @mathias */
106
+
107
+ /*! https://mths.be/utf8js v2.1.2 by @mathias */
108
+
109
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
110
+
111
+ /*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */
112
+
113
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
114
+
115
+ /**
116
+ * @fileoverview Main entrypoint for libraries using yargs-parser in Node.js
117
+ * CJS and ESM environments.
118
+ *
119
+ * @license
120
+ * Copyright (c) 2016, Contributors
121
+ * SPDX-License-Identifier: ISC
122
+ */
123
+
124
+ /**
125
+ * @license
126
+ * Copyright (c) 2016, Contributors
127
+ * SPDX-License-Identifier: ISC
128
+ */
129
+
130
+ /**
131
+ * @license
132
+ * Copyright 2017 Google Inc.
133
+ * SPDX-License-Identifier: Apache-2.0
134
+ */
135
+
136
+ /**
137
+ * @license
138
+ * Copyright 2018 Google Inc.
139
+ * SPDX-License-Identifier: Apache-2.0
140
+ */
141
+
142
+ /**
143
+ * @license
144
+ * Copyright 2019 Google Inc.
145
+ * SPDX-License-Identifier: Apache-2.0
146
+ */
147
+
148
+ /**
149
+ * @license
150
+ * Copyright 2020 Google Inc.
151
+ * SPDX-License-Identifier: Apache-2.0
152
+ */
153
+
154
+ /**
155
+ * @license
156
+ * Copyright 2021 Google Inc.
157
+ * SPDX-License-Identifier: Apache-2.0
158
+ */
159
+
160
+ /**
161
+ * @license
162
+ * Copyright 2022 Google Inc.
163
+ * SPDX-License-Identifier: Apache-2.0
164
+ */
165
+
166
+ /**
167
+ * @license
168
+ * Copyright 2023 Google Inc.
169
+ * SPDX-License-Identifier: Apache-2.0
170
+ */
171
+
172
+ /**
173
+ * @license
174
+ * Copyright 2024 Google Inc.
175
+ * SPDX-License-Identifier: Apache-2.0
176
+ */
177
+
178
+ /**
179
+ * @license
180
+ * Lodash <https://lodash.com/>
181
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
182
+ * Released under MIT license <https://lodash.com/license>
183
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
184
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
185
+ */
186
+
187
+ /**
188
+ * @package parse-listing
189
+ * @author Sergi Mansilla <sergi.mansilla@gmail.com>
190
+ * @license https://github.com/sergi/parse-listing/blob/master/LICENSE MIT License
191
+ */
192
+
193
+ /**
194
+ * @preserve
195
+ * Copyright 2015-2018 Igor Bezkrovnyi
196
+ * All rights reserved. (MIT Licensed)
197
+ *
198
+ * cie94.ts - part of Image Quantization Library
199
+ */
200
+
201
+ /**
202
+ * @preserve
203
+ * Copyright 2015-2018 Igor Bezkrovnyi
204
+ * All rights reserved. (MIT Licensed)
205
+ *
206
+ * ciede2000.ts - part of Image Quantization Library
207
+ */
208
+
209
+ /**
210
+ * @preserve
211
+ * Copyright 2015-2018 Igor Bezkrovnyi
212
+ * All rights reserved. (MIT Licensed)
213
+ *
214
+ * cmetric.ts - part of Image Quantization Library
215
+ */
216
+
217
+ /**
218
+ * @preserve
219
+ * Copyright 2015-2018 Igor Bezkrovnyi
220
+ * All rights reserved. (MIT Licensed)
221
+ *
222
+ * common.ts - part of Image Quantization Library
223
+ */
224
+
225
+ /**
226
+ * @preserve
227
+ * Copyright 2015-2018 Igor Bezkrovnyi
228
+ * All rights reserved. (MIT Licensed)
229
+ *
230
+ * constants.ts - part of Image Quantization Library
231
+ */
232
+
233
+ /**
234
+ * @preserve
235
+ * Copyright 2015-2018 Igor Bezkrovnyi
236
+ * All rights reserved. (MIT Licensed)
237
+ *
238
+ * ditherErrorDiffusionArray.ts - part of Image Quantization Library
239
+ */
240
+
241
+ /**
242
+ * @preserve
243
+ * Copyright 2015-2018 Igor Bezkrovnyi
244
+ * All rights reserved. (MIT Licensed)
245
+ *
246
+ * euclidean.ts - part of Image Quantization Library
247
+ */
248
+
249
+ /**
250
+ * @preserve
251
+ * Copyright 2015-2018 Igor Bezkrovnyi
252
+ * All rights reserved. (MIT Licensed)
253
+ *
254
+ * helper.ts - part of Image Quantization Library
255
+ */
256
+
257
+ /**
258
+ * @preserve
259
+ * Copyright 2015-2018 Igor Bezkrovnyi
260
+ * All rights reserved. (MIT Licensed)
261
+ *
262
+ * hueStatistics.ts - part of Image Quantization Library
263
+ */
264
+
265
+ /**
266
+ * @preserve
267
+ * Copyright 2015-2018 Igor Bezkrovnyi
268
+ * All rights reserved. (MIT Licensed)
269
+ *
270
+ * iq.ts - Image Quantization Library
271
+ */
272
+
273
+ /**
274
+ * @preserve
275
+ * Copyright 2015-2018 Igor Bezkrovnyi
276
+ * All rights reserved. (MIT Licensed)
277
+ *
278
+ * lab2rgb.ts - part of Image Quantization Library
279
+ */
280
+
281
+ /**
282
+ * @preserve
283
+ * Copyright 2015-2018 Igor Bezkrovnyi
284
+ * All rights reserved. (MIT Licensed)
285
+ *
286
+ * lab2xyz.ts - part of Image Quantization Library
287
+ */
288
+
289
+ /**
290
+ * @preserve
291
+ * Copyright 2015-2018 Igor Bezkrovnyi
292
+ * All rights reserved. (MIT Licensed)
293
+ *
294
+ * manhattanNeuQuant.ts - part of Image Quantization Library
295
+ */
296
+
297
+ /**
298
+ * @preserve
299
+ * Copyright 2015-2018 Igor Bezkrovnyi
300
+ * All rights reserved. (MIT Licensed)
301
+ *
302
+ * nearestColor.ts - part of Image Quantization Library
303
+ */
304
+
305
+ /**
306
+ * @preserve
307
+ * Copyright 2015-2018 Igor Bezkrovnyi
308
+ * All rights reserved. (MIT Licensed)
309
+ *
310
+ * palette.ts - part of Image Quantization Library
311
+ */
312
+
313
+ /**
314
+ * @preserve
315
+ * Copyright 2015-2018 Igor Bezkrovnyi
316
+ * All rights reserved. (MIT Licensed)
317
+ *
318
+ * pngQuant.ts - part of Image Quantization Library
319
+ */
320
+
321
+ /**
322
+ * @preserve
323
+ * Copyright 2015-2018 Igor Bezkrovnyi
324
+ * All rights reserved. (MIT Licensed)
325
+ *
326
+ * point.ts - part of Image Quantization Library
327
+ */
328
+
329
+ /**
330
+ * @preserve
331
+ * Copyright 2015-2018 Igor Bezkrovnyi
332
+ * All rights reserved. (MIT Licensed)
333
+ *
334
+ * pointContainer.ts - part of Image Quantization Library
335
+ */
336
+
337
+ /**
338
+ * @preserve
339
+ * Copyright 2015-2018 Igor Bezkrovnyi
340
+ * All rights reserved. (MIT Licensed)
341
+ *
342
+ * rgb2hsl.ts - part of Image Quantization Library
343
+ */
344
+
345
+ /**
346
+ * @preserve
347
+ * Copyright 2015-2018 Igor Bezkrovnyi
348
+ * All rights reserved. (MIT Licensed)
349
+ *
350
+ * rgb2lab.ts - part of Image Quantization Library
351
+ */
352
+
353
+ /**
354
+ * @preserve
355
+ * Copyright 2015-2018 Igor Bezkrovnyi
356
+ * All rights reserved. (MIT Licensed)
357
+ *
358
+ * rgb2xyz.ts - part of Image Quantization Library
359
+ */
360
+
361
+ /**
362
+ * @preserve
363
+ * Copyright 2015-2018 Igor Bezkrovnyi
364
+ * All rights reserved. (MIT Licensed)
365
+ *
366
+ * ssim.ts - part of Image Quantization Library
367
+ */
368
+
369
+ /**
370
+ * @preserve
371
+ * Copyright 2015-2018 Igor Bezkrovnyi
372
+ * All rights reserved. (MIT Licensed)
373
+ *
374
+ * wuQuant.ts - part of Image Quantization Library
375
+ */
376
+
377
+ /**
378
+ * @preserve
379
+ * Copyright 2015-2018 Igor Bezkrovnyi
380
+ * All rights reserved. (MIT Licensed)
381
+ *
382
+ * xyz2lab.ts - part of Image Quantization Library
383
+ */
384
+
385
+ /**
386
+ * @preserve
387
+ * Copyright 2015-2018 Igor Bezkrovnyi
388
+ * All rights reserved. (MIT Licensed)
389
+ *
390
+ * xyz2rgb.ts - part of Image Quantization Library
391
+ */
392
+
393
+ /**
394
+ * @preserve
395
+ * MIT License
396
+ *
397
+ * Copyright 2015-2018 Igor Bezkrovnyi
398
+ *
399
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
400
+ * of this software and associated documentation files (the "Software"), to
401
+ * deal in the Software without restriction, including without limitation the
402
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
403
+ * sell copies of the Software, and to permit persons to whom the Software is
404
+ * furnished to do so, subject to the following conditions:
405
+ *
406
+ * The above copyright notice and this permission notice shall be included in
407
+ * all copies or substantial portions of the Software.
408
+ *
409
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
410
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
411
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
412
+ * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
413
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
414
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
415
+ * IN THE SOFTWARE.
416
+ *
417
+ * riemersma.ts - part of Image Quantization Library
418
+ */
419
+
420
+ /**
421
+ * @preserve TypeScript port:
422
+ * Copyright 2015-2018 Igor Bezkrovnyi
423
+ * All rights reserved. (MIT Licensed)
424
+ *
425
+ * colorHistogram.ts - part of Image Quantization Library
426
+ */
427
+
428
+ /**
429
+ * @preserve TypeScript port:
430
+ * Copyright 2015-2018 Igor Bezkrovnyi
431
+ * All rights reserved. (MIT Licensed)
432
+ *
433
+ * neuquant.ts - part of Image Quantization Library
434
+ */
435
+
436
+ /**
437
+ * @preserve TypeScript port:
438
+ * Copyright 2015-2018 Igor Bezkrovnyi
439
+ * All rights reserved. (MIT Licensed)
440
+ *
441
+ * rgbquant.ts - part of Image Quantization Library
442
+ */
443
+
444
+ /**
445
+ * Archiver Core
446
+ *
447
+ * @ignore
448
+ * @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
449
+ * @copyright (c) 2012-2014 Chris Talkington, contributors.
450
+ */
451
+
452
+ /**
453
+ * Archiver Vending
454
+ *
455
+ * @ignore
456
+ * @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
457
+ * @copyright (c) 2012-2014 Chris Talkington, contributors.
458
+ */
459
+
460
+ /**
461
+ * JSON Format Plugin
462
+ *
463
+ * @module plugins/json
464
+ * @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
465
+ * @copyright (c) 2012-2014 Chris Talkington, contributors.
466
+ */
467
+
468
+ /**
469
+ * TAR Format Plugin
470
+ *
471
+ * @module plugins/tar
472
+ * @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
473
+ * @copyright (c) 2012-2014 Chris Talkington, contributors.
474
+ */
475
+
476
+ /**
477
+ * Wrapper for built-in http.js to emulate the browser XMLHttpRequest object.
478
+ *
479
+ * This can be used with JS designed for browsers to improve reuse of code and
480
+ * allow the use of existing libraries.
481
+ *
482
+ * Usage: include("XMLHttpRequest.js") and use XMLHttpRequest per W3C specs.
483
+ *
484
+ * @author Dan DeFelippi <dan@driverdan.com>
485
+ * @contributor David Ellis <d.f.ellis@ieee.org>
486
+ * @license MIT
487
+ */
488
+
489
+ /**
490
+ * ZIP Format Plugin
491
+ *
492
+ * @module plugins/zip
493
+ * @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
494
+ * @copyright (c) 2012-2014 Chris Talkington, contributors.
495
+ */
496
+
497
+ /**
498
+ * ZipStream
499
+ *
500
+ * @ignore
501
+ * @license [MIT]{@link https://github.com/archiverjs/node-zip-stream/blob/master/LICENSE}
502
+ * @copyright (c) 2014 Chris Talkington, contributors.
503
+ */
504
+
505
+ /**
506
+ * [js-sha256]{@link https://github.com/emn178/js-sha256}
507
+ *
508
+ * @version 0.11.0
509
+ * @author Chen, Yi-Cyuan [emn178@gmail.com]
510
+ * @copyright Chen, Yi-Cyuan 2014-2024
511
+ * @license MIT
512
+ */
513
+
514
+ //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
515
+
516
+ //! license : MIT
517
+
518
+ //! moment.js
519
+
520
+ //! momentjs.com
521
+
522
+ //! version : 2.30.1
package/package.json ADDED
@@ -0,0 +1,44 @@
1
+ {
2
+ "name": "@rpascene/mcp",
3
+ "version": "0.30.11",
4
+ "description": "RPA mcp",
5
+ "bin": "dist/index.js",
6
+ "files": [
7
+ "dist"
8
+ ],
9
+ "devDependencies": {
10
+ "@modelcontextprotocol/inspector": "^0.16.3",
11
+ "@modelcontextprotocol/sdk": "1.10.2",
12
+ "@rslib/core": "^0.11.2",
13
+ "@types/node": "^18.0.0",
14
+ "dotenv": "^16.4.5",
15
+ "puppeteer-core": "24.2.0",
16
+ "typescript": "^5.8.3",
17
+ "vitest": "3.0.5",
18
+ "zod": "3.24.3",
19
+ "@rpascene/shared": "0.30.11",
20
+ "@rpascene/android": "0.30.11",
21
+ "@rpascene/core": "0.30.11",
22
+ "@rpascene/web": "0.30.11"
23
+ },
24
+ "dependencies": {
25
+ "@silvia-odwyer/photon": "0.3.3",
26
+ "@silvia-odwyer/photon-node": "0.3.3",
27
+ "bufferutil": "4.0.9",
28
+ "sharp": "^0.34.3",
29
+ "tailwindcss": "3",
30
+ "utf-8-validate": "6.0.5"
31
+ },
32
+ "publishConfig": {
33
+ "access": "public",
34
+ "registry": "https://registry.npmjs.org"
35
+ },
36
+ "license": "MIT",
37
+ "scripts": {
38
+ "build": "rslib build",
39
+ "dev": "rslib build --watch",
40
+ "build:watch": "npm run dev",
41
+ "test": "vitest run",
42
+ "inspect": "node scripts/inspect.mjs"
43
+ }
44
+ }