@kya-os/mcp-i 1.6.2-canary.1 → 1.6.2
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/207.js +1 -0
- package/dist/25.js +1 -0
- package/dist/295.js +1 -1
- package/dist/387.js +1 -0
- package/dist/406.js +1 -0
- package/dist/448.js +1 -0
- package/dist/478.js +1 -0
- package/dist/482.js +1 -0
- package/dist/575.js +1 -0
- package/dist/67.js +1 -1
- package/dist/743.js +1 -0
- package/dist/784.js +1 -0
- package/dist/844.js +1 -0
- package/dist/866.js +1 -0
- package/dist/936.js +1 -0
- package/dist/941.js +1 -0
- package/dist/988.js +1 -0
- package/dist/runtime/adapter-express.js +7 -1
- package/dist/runtime/adapter-express.js.LICENSE.txt +13 -2
- package/dist/runtime/adapter-nextjs.js +7 -1
- package/dist/runtime/adapter-nextjs.js.LICENSE.txt +188 -1
- package/dist/runtime/http.js +7 -1
- package/dist/runtime/http.js.LICENSE.txt +13 -2
- package/dist/runtime/session.js +2 -0
- package/dist/runtime/stdio.js +7 -1
- package/dist/runtime/stdio.js.LICENSE.txt +234 -1
- package/dist/runtime/utils/server.d.ts +17 -0
- package/dist/runtime/utils/tools.js +1 -0
- package/package.json +5 -5
- package/dist/149.js +0 -1
- package/dist/189.js +0 -1
- package/dist/261.js +0 -1
- package/dist/28.js +0 -1
- package/dist/460.js +0 -1
- package/dist/570.js +0 -1
- package/dist/634.js +0 -1
- package/dist/647.js +0 -1
- package/dist/739.js +0 -1
- package/dist/742.js +0 -1
- package/dist/904.js +0 -1
- package/dist/938.js +0 -1
|
@@ -130,6 +130,12 @@
|
|
|
130
130
|
* MIT Licensed
|
|
131
131
|
*/
|
|
132
132
|
|
|
133
|
+
/*!
|
|
134
|
+
* media-typer
|
|
135
|
+
* Copyright(c) 2014-2017 Douglas Christopher Wilson
|
|
136
|
+
* MIT Licensed
|
|
137
|
+
*/
|
|
138
|
+
|
|
133
139
|
/*!
|
|
134
140
|
* merge-descriptors
|
|
135
141
|
* Copyright(c) 2014 Jonathan Ong
|
|
@@ -200,6 +206,13 @@
|
|
|
200
206
|
* MIT Licensed
|
|
201
207
|
*/
|
|
202
208
|
|
|
209
|
+
/*!
|
|
210
|
+
* router
|
|
211
|
+
* Copyright(c) 2013 Roman Shtylman
|
|
212
|
+
* Copyright(c) 2014-2022 Douglas Christopher Wilson
|
|
213
|
+
* MIT Licensed
|
|
214
|
+
*/
|
|
215
|
+
|
|
203
216
|
/*!
|
|
204
217
|
* send
|
|
205
218
|
* Copyright(c) 2012 TJ Holowaychuk
|
|
@@ -248,5 +261,3 @@
|
|
|
248
261
|
*/
|
|
249
262
|
|
|
250
263
|
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
251
|
-
|
|
252
|
-
/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
|